Skip to main content

SelectStatement.Alias Property

Defines the column alias in the SELECT expression.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public string Alias { get; set; }

Property Value

Type Description
String

The column alias.

See Also