| TableManagerTableExists Method | 
            Determines whether specified DB table exists or not.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic bool TableExists(
	string tableName
)
Parameters
- tableName
- Type: SystemString
 Table name to check
Return Value
Type: 
Boolean See Also
See Also