 Overload List
Overload List
| Name | Description | |
|---|---|---|
|  | Remove(Entity) | 
            Registers the specified entity as a pending delete.
            (Overrides UnitOfWorkBase..::.Remove(Entity).) | 
|  | Remove(Query) | 
            Deletes entities by executing SQL directly against the database. NB. No entities are
            materialized and therefore no callbacks run, entities are not removed from the second-level
            cache or full-text search index etc.
            (Overrides UnitOfWorkBase..::.Remove(Query).) | 





