Skip to main content

SelectColumnExpression(IJoinNode, String, String) Constructor

Initializes a new SelectColumnExpression instance with the specified node, name, and alias.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public SelectColumnExpression(
    IJoinNode node,
    string name,
    string alias
)

Parameters

Name Type Description
node IJoinNode

A node that has a column with the specified name.

name String

A String that is the column name.

alias String

A String that is the column alias.

See Also