Skip to main content

XPClassInfo.AssociationListProperties Property

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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