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

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.v18.2.dll

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