Skip to main content

NoRelationColumnsValidationException.Relation Property

OBSOLETE

This property has become obsolete. Use the Join property instead.

Obsolete. Use the NoRelationColumnsValidationException.Join property instead.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[Obsolete("This property has become obsolete. Use the Join property instead.")]
public RelationInfo Relation { get; }

Property Value

Type Description
RelationInfo

A RelationInfo object.

See Also