Skip to main content

TableNotSelectedValidationException Class

An exception thrown when a query references a column that is not contained in any of the selected tables.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public class TableNotSelectedValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
TableNotSelectedValidationException
See Also