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

IncompleteRelationValidationException.Join Property

Indicates the relation that does not contain all the required information.

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