DomainObjects Class Library

DeleteByCriteria Methods

The methods of the DeleteByCriteria class are listed below. For a complete list of DeleteByCriteria class members, see the DeleteByCriteria Members topic.

Public Instance Methods

Accept Accepts a visitation.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Execute Executes this delete against the database. If a transaction is in progress when the Execute method is called, then this delete will execute as part of that transaction. If a transaction is not in progress, then this delete will execute and commit as part of a new transaction. If this delete command gets executed as part of a transaction that contains edited objects, then this command will get executed before the object modification commands are executed against the database.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetImmediateChildExpressions Gets the child object model expressions that are directly contained by this expression.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

DeleteByCriteria Class | DomainObjects.Facade.Command Namespace