Click or drag to resize
ITableManagerTableExists Method
Determines whether specified DB table exists or not.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
bool TableExists(
	string tableName
)

Parameters

tableName
Type: SystemString
Table name to check

Return Value

Type: Boolean
See Also