Routes an entity deletion request to the underlying data store, so that all TEntity entities in compliance with the TFilteringCriteria are counted.
| Name | Description |
|---|---|
| Remove(IEnumerable<TEntity>) | Routes a entities deletion request to the underlying data store. |
| Remove(TFilteringCriteria) | Routes an entity deletion request to the underlying data store, so that all TEntity entities in compliance with the TFilteringCriteria are counted. |