Back to Devexpress

XPClassInfo.AssociationListProperties Property

xpo-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-7534934f.md

latest1.4 KB
Original Source

XPClassInfo.AssociationListProperties Property

Gets a list of members that represent the “many” side of the association.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public IEnumerable AssociationListProperties { get; }
vb
Public ReadOnly Property AssociationListProperties As IEnumerable

Property Value

TypeDescription
IEnumerable

The list of members that represent the “many” side of the association.

|

Remarks

To obtain whether a member represents the “many” side of the association, use its XPMemberInfo.IsAssociationList property.

See Also

IsAssociation

XPClassInfo Class

XPClassInfo Members

DevExpress.Xpo.Metadata Namespace