Skip to main content

IncompleteRelationValidationException(RelationInfo) Constructor

OBSOLETE

This constructor has become obsolete. Use the IncompleteRelationValidationException constructor with the "join" parameter or the NoRelationColumnsValidationException constructor with the "relation" parameter instead.

Obsolete. Initializes a new instance of the IncompleteRelationValidationException class with the specified settings.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[Obsolete("This constructor has become obsolete. Use the IncompleteRelationValidationException constructor with the \"join\" parameter or the NoRelationColumnsValidationException constructor with the \"relation\" parameter instead.")]
public IncompleteRelationValidationException(
    RelationInfo relation
)

Parameters

Name Type Description
relation RelationInfo

A RelationInfo object.

See Also