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

BaseStatement Fields

Serves as the base class for the classes that represent statements.
Name Description
Alias A String value that identifies the table. Inherited from JoinNode.
Condition Specifies the criteria expression. Inherited from JoinNode.
Operands The collection of operands.
SubNodes Provides access to the collection of sub nodes that is represented by a JoinNodeCollection object. Inherited from JoinNode.
Table Inherited from JoinNode.
Type A JoinType enumeration value that specifies the join’s type. Inherited from JoinNode.
See Also