The ISelectExpression type exposes the following members.

Methods

  NameDescription
Public methodSetScalarColumnText
Appends AST nodes that represent the columns after the current AST node. (e.g. 'as col0_O_')

Properties

  NameDescription
Public propertyAlias
Public propertyDataType
Returns the data type of the select expression.
Public propertyFromElement
Returns the FROM element that this expression refers to.
Public propertyIsConstructor
Returns true if the element is a constructor (e.g. new Foo).
Public propertyIsReturnableEntity
Returns true if this select expression represents an entity that can be returned.
Public propertyIsScalar
Public propertyText
Sets the text of the node.

See Also