AliasedBase.Alias Property
In This Article
Specifies the alias that is used to refer to a data column instead of its name.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | null | A String value, specifying the data column alias. |
#Remarks
To learn whether or not a column has been assigned an alias, use the AliasedBase.HasAlias property.
The AliasedBase.ActualName property returns the current identifier of a data column (its name or alias).
See Also