Click or drag to resize
DataAccessAdapterBaseDeleteEntitiesDirectly 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 DataAccessAdapterCoreDeleteEntitiesDirectly(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 DataAccessAdapterCoreDeleteEntitiesDirectly(Type, IRelationPredicateBucket).)
Top
See Also