DomainObjects Class Library

UpdateByCriteria.Where Property

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.

public Criteria Where {get; set;}

Property Value

The criteria that will be converted to the WHERE clause of the SQL statement.

See Also

UpdateByCriteria Class | DomainObjects.Facade.Command Namespace