JoinElement Constructors
Defines the JOIN clause.| Name | Parameters | Description |
|---|---|---|
| JoinElement() | none | Initializes a new JoinElement instance with the default settings. |
| JoinElement(IJoinNode, JoinType, String) | node, type, condition | Initializes a new JoinElement instance for the specified node, with the specified JOIN type and relation’s condition. |
See Also