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

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

Parameters

tableName
Type: SystemString
Table name to check

Return Value

Type: Boolean

Implements

ITableManagerTableExists(String)
See Also