Skip to main content

SelectStatement Struct

Defines the column and its 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 struct SelectStatement

The following members return SelectStatement objects:

Remarks

An array of the SelectStatement objects is a parameter of the SelectNodeBuilder.Select method.

See Also