AbstractInfoProviderTInfo, TProvider, TQueryDeleteData Method (ActionTQuery) |
Deletes the data in the database based on the given where condition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax protected virtual void DeleteData(
Action<TQuery> parameters
)
Parameters
- parameters
- Type: SystemActionTQuery
Where condition to filter data
See Also