Skip to main content

XPMemberInfo.IsManyToManyAlias Property

Indicates whether the ManyToManyAliasAttribute attribute is applied.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v24.2.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