Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public JoinElement(
    IJoinNode node,
    JoinType type,
    string condition
)

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