DomainObjects Class Library

DeleteByCriteria Properties

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

Public Instance Properties

CommandTimeout (inherited from DomainObjects.DbAccess.Command.SqlStatement.ObjectModel.BatchStatement) Gets or sets the wait time before terminating the attempt to execute a SQL statement and generating an error.
Top Gets or sets the maximum number of rows that will be deleted by this command.
Where Gets or sets the criteria that will be converted to the WHERE clause of the SQL select statement. The getter will always return a non-null value.

See Also

DeleteByCriteria Class | DomainObjects.Facade.Command Namespace