XPMemberInfo.IsNonAssociationList Property
In This Article
Indicates whether the current member represents a collection that is not decorated with AssociationAttribute.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the member is IList or its descendant, not decorated with Association |
See Also