TableManagerGetTables Method |
Gets the tables in the current database
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public List<string> GetTables(
string where
)
Parameters
- where
- Type: SystemString
Tables where condition
Return Value
Type:
ListStringSee Also