DomainObjects Class Library

Query Properties

The properties of the Query class are listed below. For a complete list of Query class members, see the Query 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 fields whose values will be returned by the DataSet.
Having The criteria that will be converted to the HAVING clause of the SQL select statement.
IsTopSpecified Gets a value indicating whether this instance is querying only for a top number of rows.
SelectDistinct Determine if duplicate rows will be removed when this object is queried from the database.
TargetClass Gets the class being targeted by this query.
TargetTableMappedObject Gets the target table mapped object.
Top Gets or sets the maximum number of rows that will be returned from the query result set.
UnionedQueries Gets the queries that have been unioned with this query.
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

Query Class | DomainObjects.Facade.Command Namespace