The IQuery type exposes the following members.

Methods

  NameDescription
EnumerableOverloaded.
ListOverloaded.
SetAnsiStringOverloaded.
SetBinaryOverloaded.
SetBooleanOverloaded.
SetByteOverloaded.
SetCacheable
Enable caching of this query result set.
SetCacheRegion
SetCharacterOverloaded.
SetDateTimeOverloaded.
SetDecimalOverloaded.
SetDoubleOverloaded.
SetEntityOverloaded.
SetEnumOverloaded.
SetFirstResult
Sets the first row to retrieve.
SetFlushMode
Override the current session flush mode, just for this query.
SetForceCacheRefresh
SetGuidOverloaded.
SetInt16Overloaded.
SetInt32Overloaded.
SetInt64Overloaded.
SetLockMode
Set the lockmode for the objects idententified by the given alias that appears in the FROM clause.
SetMaxResults
Set the maximum number of rows to retrieve.
SetParameterOverloaded.
SetParameterListOverloaded.
SetProperties
Bind the property values of the given object to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.
SetResultTransformer
Set a strategy for handling the query results. This can be used to change "shape" of the query result.
SetSingleOverloaded.
SetStringOverloaded.
SetTimeOverloaded.
SetTimeout
The timeout for the underlying ADO query
SetTimestampOverloaded.
UniqueResultOverloaded.

Properties

  NameDescription
NamedParameters
The names of all named parameters of the query
QueryString
The query string
ReturnTypes
The Hibernate types of the query result set.

See Also