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

TableNotSelectedValidationException.Table Property

Indicates the table that has not been selected.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public Table Table { get; }

Property Value

Type Description
Table

A Table object.

See Also