SelectStatement Fields
Represents the select statement.
Name | Description |
---|---|
Alias |
A String value that identifies the table.
Inherited from Join |
Condition |
Specifies the criteria expression.
Inherited from Join |
Group |
Specifies the grouping expression that is represented by a Criteria |
Operands |
The collection of operands.
Inherited from Base |
Skip |
Specifies the number of records to exclude from the query result. |
Sub |
Provides access to the collection of sub nodes that is represented by a Join |
Table |
Inherited from Join |
Top |
Specifies the maximum number of selected records. |
Type |
A Join |
See Also