IncompleteRelationValidationException.Relation Property
OBSOLETE
This property has become obsolete. Use the Join property instead.
Obsolete. Use the IncompleteRelationValidationException.Join property instead.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.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