Back to Devexpress

SelectStatement Struct

corelibraries-devexpress-dot-dataaccess-dot-datafederation-718a0e7e.md

latest1.3 KB
Original Source

SelectStatement Struct

Defines the column and its alias in the SELECT expression.

Namespace : DevExpress.DataAccess.DataFederation

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public struct SelectStatement
vb
Public Structure SelectStatement

The following members return SelectStatement objects:

Remarks

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

See Also

SelectStatement Members

DevExpress.DataAccess.DataFederation Namespace