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

NoRelationColumnsValidationException.Join Property

Indicates the relation that does not contain information about key columns.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

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

Declaration

public Join Join { get; }

Property Value

Type Description
Join

A Join object.

See Also