JoinNode Fields
Serves as a base for the BaseStatement class.| Name | Description |
|---|---|
| Alias | A String value that identifies the table. |
| Condition | Specifies the criteria expression. |
| SubNodes | Provides access to the collection of sub nodes that is represented by a JoinNodeCollection object. |
| Table | |
| Type | A JoinType enumeration value that specifies the join’s type. |
See Also