Skip to main content
A newer version of this page is available. .

SelectStatement Fields

Represents the select statement.
Name Description
Alias A String value that identifies the table. Inherited from JoinNode.
Condition Specifies the criteria expression. Inherited from JoinNode.
GroupCondition Specifies the grouping expression that is represented by a CriteriaOperator descendant.
Operands The collection of operands. Inherited from BaseStatement.
SkipSelectedRecords Specifies the number of records to exclude from the query result.
SubNodes Provides access to the collection of sub nodes that is represented by a JoinNodeCollection object. Inherited from JoinNode.
Table Inherited from JoinNode.
TopSelectedRecords Specifies the maximum number of selected records.
Type A JoinType enumeration value that specifies the join’s type. Inherited from JoinNode.
See Also