Overload List

  NameDescription
Remove(Entity)
Registers the specified entity as a pending delete.
(Inherited from UnitOfWork.)
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.
(Inherited from UnitOfWork.)

See Also