Skip to main content

XPMemberInfo.IsNonAssociationList Property

Indicates whether the current member represents a collection that is not decorated with AssociationAttribute.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public bool IsNonAssociationList { get; }

Property Value

Type Description
Boolean

true, if the member is IList or its descendant, not decorated with AssociationAttribute; otherwise, false.

See Also