Back to Devexpress

IMemberInfo.IsAssociation Property

expressappframework-devexpress-dot-expressapp-dot-dc-dot-imemberinfo.md

latest1.2 KB
Original Source

IMemberInfo.IsAssociation Property

Indicates whether the member is involved in a one-to-many or many-to-many association.

Namespace : DevExpress.ExpressApp.DC

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool IsAssociation { get; }
vb
ReadOnly Property IsAssociation As Boolean

Property Value

TypeDescription
Boolean

true , if the member is involved in a one-to-many or many-to-many association; otherwise, false.

|

See Also

IsManyToMany

IMemberInfo Interface

IMemberInfo Members

DevExpress.ExpressApp.DC Namespace