AliasedBase.Alias Property
Specifies the alias that is used to refer to a data column instead of its name.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v23.1.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