Skip to main content
All docs
V26.1
  • SelectColumnExpression Constructors

    Defines a column in the SELECT statement by the name, alias and source.
    Name Parameters Description
    SelectColumnExpression() none Initializes a new SelectColumnExpression instance with the default settings.
    SelectColumnExpression(IJoinNode, String, String) node, name, alias Initializes a new SelectColumnExpression instance with the specified node, name, and alias.
    SelectColumnExpression(IJoinNode, String) node, name Initializes a new SelectColumnExpression instance with the specified node and name.
    See Also