The ISelectExpression type exposes the following members.
Methods
Name | Description | |
---|---|---|
SetScalarColumnText |
Appends AST nodes that represent the columns after the current AST node.
(e.g. 'as col0_O_')
|
Properties
Name | Description | |
---|---|---|
Alias | ||
DataType |
Returns the data type of the select expression.
| |
FromElement |
Returns the FROM element that this expression refers to.
| |
IsConstructor |
Returns true if the element is a constructor (e.g. new Foo).
| |
IsReturnableEntity |
Returns true if this select expression represents an entity that can be returned.
| |
IsScalar | ||
Text |
Sets the text of the node.
|