CheckTableExists
Verifies whether a table exists in the database
Boolean exists = CheckTableExists (
String dataSource,
String tableName
)
String dataSource,
String tableName
)
Parameters
dataSource
Data source
tableName
Table name
Return values
exists
Result
Features

