Skip to main content

TablesNotRelatedValidationException.RelRoots Property

Indicates the tables that are not related to one another.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public IEnumerable<string> RelRoots { get; }

Property Value

Type Description
IEnumerable<String>

A collection of String values, specifying the table names.

See Also