The IMultiQuery type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add | Overloaded. |
![]() | AddNamedQuery |
Add a named query to the multi query
|
![]() | List |
Get all the
|
![]() | SetAnsiString |
Bind an instance of a String to a named parameter
using an NHibernate AnsiStringType.
|
![]() | SetBinary |
Bind an instance of a Byte array to a named parameter
using an NHibernate BinaryType.
|
![]() | SetBoolean |
Bind an instance of a Boolean to a named parameter
using an NHibernate BooleanType.
|
![]() | SetByte | |
![]() | SetCacheable |
Enable caching of this query result set.
|
![]() | SetCacheRegion | |
![]() | SetCharacter | |
![]() | SetDateTime |
Bind an instance of a DateTime to a named parameter
using an NHibernate DateTimeType.
|
![]() | SetDecimal |
Bind an instance of a Decimal to a named parameter
using an NHibernate DecimalType.
|
![]() | SetDouble |
Bind an instance of a Double to a named parameter
using an NHibernate DoubleType.
|
![]() | SetEntity |
Bind an instance of a mapped persistent class to a named parameter.
|
![]() | SetEnum |
Bind an instance of a persistent enumeration class to a named parameter
using an NHibernate PersistentEnumType.
|
![]() | SetFlushMode |
Override the current session flush mode, just for this query.
|
![]() | SetForceCacheRefresh | |
![]() | SetInt16 | |
![]() | SetInt32 | |
![]() | SetInt64 | |
![]() | SetParameter | Overloaded. |
![]() | SetParameterList | Overloaded. |
![]() | SetResultTransformer |
Set a strategy for handling the query results. This can be used to change
"shape" of the query result.
|
![]() | SetSingle |
Bind an instance of a Single to a named parameter
using an NHibernate SingleType.
|
![]() | SetString |
Bind an instance of a String to a named parameter
using an NHibernate StringType.
|
![]() | SetTime |
Bind an instance of a DateTime to a named parameter
using an NHibernate DateTimeType.
|
![]() | SetTimeout |
The timeout for the underlying ADO query
|
![]() | SetTimestamp |
Bind an instance of a DateTime to a named parameter
using an NHibernate TimestampType.
|