Click or drag to resize
DataAccessAdapterBase.DeleteEntitiesDirectlyAsync Method
Overload List
  NameDescription
Public methodDeleteEntitiesDirectlyAsync(String, IRelationPredicateBucket)
Async variant of 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.
(Inherited from DataAccessAdapterCore.)
Public methodDeleteEntitiesDirectlyAsync(Type, IRelationPredicateBucket)
Async variant of DeleteEntitiesDirectly(Type, IRelationPredicateBucket). Deletes all entities of the type passed in from the persistent storage if they match the filter supplied in filterBucket.
(Inherited from DataAccessAdapterCore.)
Public methodDeleteEntitiesDirectlyAsync(String, IRelationPredicateBucket, CancellationToken)
Async variant of 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 DataAccessAdapterCore.DeleteEntitiesDirectlyAsync(String, IRelationPredicateBucket, CancellationToken).)
Public methodDeleteEntitiesDirectlyAsync(Type, IRelationPredicateBucket, CancellationToken)
Async variant of DeleteEntitiesDirectly(Type, IRelationPredicateBucket). Deletes all entities of the type passed in from the persistent storage if they match the filter supplied in filterBucket.
(Overrides DataAccessAdapterCore.DeleteEntitiesDirectlyAsync(Type, IRelationPredicateBucket, CancellationToken).)
Top
See Also