XPClassInfo.AssociationListProperties Property
Gets a list of members that represent the “many” side of the association.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
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