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

NuGet Package: DevExpress.DataAccess

Declaration

public Join Join { get; }

Property Value

Type Description
Join

A Join object.

See Also