Skip to main content

SelectNode.Expressions Property

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

[Browsable(false)]
public SelectExpressionCollection Expressions { get; }

Property Value

Type Description
SelectExpressionCollection

A SelectExpressionCollection object that contains SELECT statement column definitions.

See Also