MasterDetailInfo.HasCustomName Property
Indicates whether or not the name of a master-detail relationship has been specified.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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