Skip to main content

CustomExpressionWithAmbiguousColumnValidationException.Tables Property

Indicates the tables that contain a column that was used in a custom expression and has an ambiguous name.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public IEnumerable<string> Tables { get; }

Property Value

Type Description
IEnumerable<String>

A collection of String values, specifying the table names.

See Also