Use DeleteByCriteria
to execute 'batch' deletes to your domain objects directly to the database. At runtime DomainObjects translates a DeleteByCriteria
instance into a SQL DELETE
statement.
For a list of all members of this type, see DeleteByCriteria Members.
System.Object
BatchStatement
DeleteByCriteria
The following unit test demonstrates the usage of the DeleteByCriteria class: see DeleteByCriteriaTests.ExecuteDelete().
Namespace: DomainObjects.Facade.Command
Assembly: DomainObjects.Core (in DomainObjects.Core.dll)
DeleteByCriteria Members | DomainObjects.Facade.Command Namespace