Skip to main content
All docs
V26.1
  • SelectColumnExpression(IJoinNode, String) Constructor

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

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public SelectColumnExpression(
        IJoinNode node,
        string name
    )

    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.

    See Also