JoinNode Constructors
Serves as a base for the BaseStatement class.Name | Parameters | Description |
---|---|---|
JoinNode() | none | Initializes a new instance of the JoinNode class. |
JoinNode(DBTable, String, JoinType) | table, alias, type | Initializes a new instance of the JoinNode class with default settings. |
See Also