Skip to main content

SelectStatement.Statement Property

Defines the column 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 Statement { get; set; }

Property Value

Type Description
String

A column name.

See Also