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

TableQuery.FindTable(String) Method

Returns the data table with the specified name.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

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