AssociationAttribute(Type) Constructor
In This Article
Initializes a new instance of the AssociationAttribute class with the specified type which describes the object on the opposite end of the association.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
element |
Type | The Type that describes the object on the opposite end of the association. |
See Also