[]
Determines whether the specified base table exists in the workspace.
public bool TableExists(string tableName)
Type | Name | Description |
---|---|---|
string | tableName | Table name to check. |
Type | Description |
---|---|
bool | true if the base table exists in the workspace; otherwise, false. |