Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AssociationAttribute.Name Property

Gets the name of the association.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public string Name { get; }

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