DomainObjects Class Library

ScalarQuery Properties

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

Public Instance Properties

CommandTimeout Gets or sets the wait time before terminating the attempt to execute a SQL statement and generating an error.
Distinct Gets or sets a value indicating whether only unique rows can appear in the result set. Null values are considered equal for the purposes of the DISTINCT keyword.
ExplicitSelectFields Gets the select fields.
FieldDescriptor (inherited from Field) Gets or sets the field descriptor.
Having The criteria that will be converted to the HAVING clause of the SQL select statement.
IsTopSpecified Gets a value indicating whether top is specified.
SelectDistinct Determine if duplicate rows will be removed when this object is queried from the database.
TargetClassOverloaded. Gets the class being targeted by this query.
TargetTableMappedObject Gets the target table mapped object.
Top Gets or sets the number of rows that will be returned from the query result set.
UnionedQueries 
Value (inherited from Field) Get an object that represents the run time value. Useful for building Criteria.
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

ScalarQuery Class | DomainObjects.Facade.Command Namespace