ITableManagerDeleteDataFromTable Method |
Deletes data from specified table.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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