Skip to main content

IncompleteRelationValidationException.Join Property

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public Join Join { get; }

#Property Value

Type Description
Join

A Join object.

See Also