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(Table, Table, SqlJoinType, IEnumerable<RelationColumnInfo>) | parent, nested, type, columns | Initializes a new instance of the Join class with specified settings. |
Join(Table, Table, JoinType, IEnumerable<RelationColumnInfo>) | parent, nested, type, columns | Initializes a new instance of the Join class with the specified settings. |
See Also