Click or drag to resize
DataAccessAdapterBaseDeleteEntityAsync Method
Overload List
  NameDescription
Public methodDeleteEntityAsync(IEntity2)
Async variant of DeleteEntity(IEntity2). Deletes the specified entity from the persistent storage. The entity is not usable after this call, the state is set to OutOfSync. Will use the current transaction if a transaction is in progress. If the passed in entity has a concurrency predicate factory object, the returned predicate expression is used to restrict the delete process.
(Inherited from DataAccessAdapterCore.)
Public methodDeleteEntityAsync(IEntity2, IPredicateExpression)
Async variant of DeleteEntity(IEntity2, IPredicateExpression). Deletes the specified entity from the persistent storage. The entity is not usable after this call, the state is set to OutOfSync. Will use the current transaction if a transaction is in progress.
(Inherited from DataAccessAdapterCore.)
Public methodDeleteEntityAsync(IEntity2, CancellationToken)
Async variant of DeleteEntity(IEntity2). Deletes the specified entity from the persistent storage. The entity is not usable after this call, the state is set to OutOfSync. Will use the current transaction if a transaction is in progress. If the passed in entity has a concurrency predicate factory object, the returned predicate expression is used to restrict the delete process.
(Inherited from DataAccessAdapterCore.)
Public methodDeleteEntityAsync(IEntity2, IPredicateExpression, CancellationToken)
Async variant of DeleteEntity(IEntity2, IPredicateExpression). Deletes the specified entity from the persistent storage. The entity is not usable after this call, the state is set to OutOfSync. Will use the current transaction if a transaction is in progress.
(Overrides DataAccessAdapterCoreDeleteEntityAsync(IEntity2, IPredicateExpression, CancellationToken).)
Top
See Also