Back to Devexpress

AssociationAttribute.Name Property

xpo-devexpress-dot-xpo-dot-associationattribute-1af1d7e3.md

latest1.3 KB
Original Source

AssociationAttribute.Name Property

Gets the name of the association.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public string Name { get; }
vb
Public ReadOnly Property Name As String

Property Value

TypeDescription
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

AssociationAttribute Class

AssociationAttribute Members

DevExpress.Xpo Namespace