Click or drag to resize

DataAccessAdapterBase.DeleteEntitiesDirectly Method

Overload List
  NameDescription
Public methodDeleteEntitiesDirectly(String, IRelationPredicateBucket)
Deletes all entities of the name passed in as entityName (e.g. "CustomerEntity") from the persistent storage if they match the filter supplied in filterBucket.
(Overrides DataAccessAdapterCore.DeleteEntitiesDirectly(String, IRelationPredicateBucket).)
Public methodDeleteEntitiesDirectly(Type, IRelationPredicateBucket)
Deletes all entities of the name passed in as entityName (e.g. "CustomerEntity") from the persistent storage if they match the filter supplied in filterBucket.
(Overrides DataAccessAdapterCore.DeleteEntitiesDirectly(Type, IRelationPredicateBucket).)
Top
See Also