Skip to main content

SelectStatement Struct

Defines the column and its alias in the SELECT expression.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

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