NoRelationColumnsValidationException(RelationInfo) Constructor
OBSOLETE
This constructor has become obsolete. Use the NoRelationColumnsValidationException constructor with the "join" parameter or the NoRelationColumnsValidationException constructor with the "relation" parameter instead.
Obsolete. Initializes a new instance of the NoRelationColumnsValidationException class with the specified settings.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
[Obsolete("This constructor has become obsolete. Use the NoRelationColumnsValidationException constructor with the \"join\" parameter or the NoRelationColumnsValidationException constructor with the \"relation\" parameter instead.")]
public NoRelationColumnsValidationException(
RelationInfo relation
)
Parameters
Name | Type | Description |
---|---|---|
relation | RelationInfo | A RelationInfo object. |
See Also