SelectStatement Struct
Defines the column and its alias in the SELECT expression.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Related API Members
The following members return SelectStatement objects:
Remarks
An array of the SelectStatement objects is a parameter of the SelectNodeBuilder.Select method.
See Also