By removing from
Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, Entities the range of entities in the given entity set,
this inversion control method handles the request to delete a set of entities from the underlying Linq to SQL data context.
Name
|
Description
|
OnRemove(Func<TEntityBoolean>)
|
By removing to Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, Entities the range of desired entities,
this inversion control method handles the request to delete all entities in compliance with the filtering criteria.
|
OnRemove(IEnumerable<TEntity>)
|
By removing from Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, Entities the range of entities in the given entity set,
this inversion control method handles the request to delete a set of entities from the underlying Linq to SQL data context.
|
OnRemove(TEntity)
|
Handles the request to delete an entity from the underlying data store.
(inherited from Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, TTransactionCreationParameters>).
|