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

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

Parameters

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