Skip to main content

JoinElement.Condition Property

Gets or sets a JOIN condition.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

[Browsable(false)]
public string Condition { get; set; }

Property Value

Type Description
String

A String that is the JOIN condition.

See Also