Skip to main content
A newer version of this page is available. .

XPClassInfo.AssociationListProperties Property

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public IEnumerable AssociationListProperties { get; }

Property Value

Type Description
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