DomainObjects Class Library

ScalarQuery.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 select statement.

Implements

IQuery.

See Also

ScalarQuery Class | DomainObjects.Facade.Command Namespace