Click or drag to resize
AbstractInfoProviderTInfo, TProviderGetDeleteQuery Method
Gets the object query that deletes all items matching the query parameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected ObjectQuery<TInfo> GetDeleteQuery()

Return Value

Type: ObjectQueryTInfo
See Also