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

SelectNode.Expressions Property

Provides access to a collection of objects that define columns in the SELECT statement.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v21.2.dll

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

Declaration

public SelectExpressionCollection Expressions { get; }

Property Value

Type Description
SelectExpressionCollection

A SelectExpressionCollection object that contains SELECT statement column definitions.

See Also