Join(Table, Table, SqlJoinType, IEnumerable<RelationColumnInfo>) Constructor
Initializes a new instance of the Join class with specified settings.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public Join(
Table parent,
Table nested,
SqlJoinType type,
IEnumerable<RelationColumnInfo> columns
)
Parameters
Name | Type | Description |
---|---|---|
parent | Table | A parent table. |
nested | Table | A nested table. |
type | SqlJoinType | The join operation type |
columns | IEnumerable<RelationColumnInfo> | An array of columns relations. |
See Also