JoinElement(IJoinNode, JoinType, String) Constructor
Initializes a new JoinElement instance for the specified node, with the specified JOIN type and relation’s condition.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | IJoinNode | A query SourceNode to which the JOIN is added. |
type | JoinType | The JOIN type. |
condition | String | A String that is the rule for matching rows in one table with the other table’s rows. |
See Also