Skip to main content
A newer version of this page is available. .

JoinElement.Node Property

Gets or sets the SourceNode to which a JOIN is added.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

[DefaultValue(null)]
public IJoinNode Node { get; set; }

Property Value

Type Default Description
IJoinNode null

A SourceNode to which the JOIN clause applies.

See Also