Click or drag to resize
AbstractTableManagerDeleteDataFromTable Method
Deletes data from specified table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void DeleteDataFromTable(
	string tableName,
	string where
)

Parameters

tableName
Type: SystemString
Table name
where
Type: SystemString
Where condition, null if no condition is needed

Implements

ITableManagerDeleteDataFromTable(String, String)
See Also