Click or drag to resize
StagingTaskInfoProviderDeleteData Method
Overload List
  NameDescription
Protected methodDeleteData(String)
Deletes the data in the database based on the given where condition.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodDeleteData(IWhereCondition)
Deletes the data in the database based on the given where condition.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected methodDeleteData(ActionObjectQueryStagingTaskInfo)
Bulk deletes StagingTaskInfos including all dependent objects.
(Overrides AbstractInfoProviderTInfo, TProvider, TQueryDeleteData(ActionTQuery).)
Top
See Also