Join Constructors
A relation between two data tables created using a join operation in a SelectQuery.Name | Parameters | Description |
---|---|---|
Join() | none | Initializes a new instance of the Join class with the default settings. |
Join |
parent, nested, type, columns | Initializes a new instance of the Join class with specified settings. |
Join |
parent, nested, type, columns | Initializes a new instance of the Join class with the specified settings. |
See Also