Click or drag to resize
IDataAccessAdapterDeleteEntitiesDirectlyAsync 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.
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.
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.
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.
Top
See Also