Click or drag to resize
DataAccessAdapterBaseDeleteEntityCollectionAsync Method
Overload List
  NameDescription
Public methodDeleteEntityCollectionAsync(IEntityCollection2)
Async variant of DeleteEntityCollection(IEntityCollection2). Deletes all dirty objects inside the collection passed from the persistent storage. It will do this inside a transaction if a transaction is not yet available. Entities which are physically deleted from the persistent storage are marked with the state 'Deleted' but are not removed from the collection.
(Inherited from DataAccessAdapterCore.)
Public methodDeleteEntityCollectionAsync(IEntityCollection2, CancellationToken)
Async variant of DeleteEntityCollection(IEntityCollection2). Deletes all dirty objects inside the collection passed from the persistent storage. It will do this inside a transaction if a transaction is not yet available. Entities which are physically deleted from the persistent storage are marked with the state 'Deleted' but are not removed from the collection.
(Overrides DataAccessAdapterCoreDeleteEntityCollectionAsync(IEntityCollection2, CancellationToken).)
Top
See Also