Skip to main content
A newer version of this page is available. .

SelectStatement Struct

Defines the column and its alias in the SELECT expression.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

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