TableInfo.HasAlias Property
Indicates whether a data table is identified by its name or alias.
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 data table is assigned an alias; otherwise false. |
Remarks
The HasAlias property specifies whether or not a data table is assigned an TableInfo.Alias which is used for identifying the table instead of its TableInfo.Name.
The TableInfo.ActualName property returns the current identifier of a data table (its name or alias).
See Also