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.v19.1.dll

Declaration

public SelectExpressionCollection Expressions { get; }

Property Value

Type Description
SelectExpressionCollection

A SelectExpressionCollection object that contains SELECT statement column definitions.

See Also