XPClassInfo.AssociationListProperties Property
Gets a list of members that represent the "many" side of the association.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v19.2.dll
Declaration
public IEnumerable AssociationListProperties { get; }
Public ReadOnly Property AssociationListProperties As IEnumerable
public IEnumerable AssociationListProperties { get; }
Public ReadOnly Property AssociationListProperties As IEnumerable
Property Value
Type |
Description |
IEnumerable |
The list of members that represent the "many" side of the association.
|
Property Value
Type |
Description |
IEnumerable |
The list of members that represent the "many" side of the association.
|
See Also