Skip to main content
A newer version of this page is available. .

XPMemberInfo.IsManyToManyAlias Property

Indicates whether the ManyToManyAliasAttribute attribute is applied.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public bool IsManyToManyAlias { get; }

Property Value

Type Description
Boolean

true if the ManyToManyAliasAttribute is applied; otherwise, false.

See Also