AbstractInfoProviderTInfo, TProviderDeleteData Method (ActionObjectQueryTInfo) |
Deletes the data in the database based on the given where condition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected virtual void DeleteData(
Action<ObjectQuery<TInfo>> parameters
)
Parameters
- parameters
- Type: SystemActionObjectQueryTInfo
Where condition to filter data
See Also