Skip to main content

Table.HasAlias Property

Indicates whether a data table is identified by its name or alias.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool HasAlias { get; }

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 Table.Alias which is used for identifying the table instead of its Table.Name.

The Table.ActualName property returns the current identifier of a data table (its name or alias).

See Also