Skip to main content

TableQuery.FindTable(String) Method

Returns the data table with the specified name.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public TableInfo FindTable(
    string actualName
)

Parameters

Name Type Description
actualName String

A String value, specifying the data table name.

Returns

Type Description
TableInfo

A TableInfo object, specifying the data table.

See Also