DataAccessAdapterBaseDeleteEntitiesDirectly Method |
Name | Description | |
---|---|---|
DeleteEntitiesDirectly(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).) | |
DeleteEntitiesDirectly(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).) |