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

AssociationAttribute.UseAssociationNameAsIntermediateTableName Property

Gets or sets whether the association’s name is used as the name of a junction table in a many-to-many relationship.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public bool UseAssociationNameAsIntermediateTableName { get; set; }

Property Value

Type Description
Boolean

true to use the association’s name as the name of a junction table; otherwise, false.

See Also