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

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

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