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

MasterDetailInfo.HasCustomName Property

Indicates whether or not the name of a master-detail relationship has been specified.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public bool HasCustomName { get; }

Property Value

Type Description
Boolean

true if the relationship has been provided with a custom name; otherwise false.

Remarks

If the HasCustomName property returns true, the relationship name is specified via the MasterDetailInfo.Name property.

If the HasCustomName property returns false, the MasterDetailInfo.GenerateName method is called internally to create the relationship name.

See Also