Click or drag to resize
PersonaNodeInfoProviderDeleteData Method
Overload List
  NameDescription
Protected methodDeleteData(String)
Deletes the data in the database based on the given where condition.
(Inherited from AbstractInfoProviderTInfo, TProvider.)
Protected methodDeleteData(IWhereCondition)
Deletes the data in the database based on the given where condition.
(Inherited from AbstractInfoProviderTInfo, TProvider.)
Protected methodDeleteData(ActionObjectQueryPersonaNodeInfo)
Deletes the data in the database based on the given where condition and touches cache dependencies.
(Overrides AbstractInfoProviderTInfo, TProviderDeleteData(ActionObjectQueryTInfo).)
Top
See Also