AssociationAttribute.Name Property
Gets the name of the association.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A String value which specifies the member’s association name. |
Remarks
There has to be a corresponding association attribute which has the same name as the association that represents the opposite side of the relationship. The association name must be unique among all the associations in any related classes and their descendants.
See Also