[]
        
(Showing Draft Content)

C1.DataEngine.Workspace.TableExists

TableExists Method

TableExists(string)

Determines whether the specified base table exists in the workspace.

Declaration
public bool TableExists(string tableName)
Parameters
Type Name Description
string tableName

Table name to check.

Returns
Type Description
bool

true if the base table exists in the workspace; otherwise, false.