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.v22.1.dll

NuGet Package: DevExpress.DataAccess

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