DomainObjects Class Library

UpdateByCriteria Properties

The properties of the UpdateByCriteria class are listed below. For a complete list of UpdateByCriteria class members, see the UpdateByCriteria 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 updated 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

UpdateByCriteria Class | DomainObjects.Facade.Command Namespace