object[]
.
return IEnumerable |
Type IQuery
Namespace NHibernate
object[]
.
return IEnumerable |
return IEnumerable<T> |
IList results |
The IList to place the results in. |
object[]
.This is a good strategy to use if you expect few of the objects being returned are already loaded or if you want to fill the 2nd level cache.
return IList |
The IList filled with the results. |
return IList<T> |
return IQuery |
|
string name |
The name of the parameter |
string val |
A non-null instance of a String . |
return IQuery |
|
int position |
The position of the parameter in the query string, numbered from 0 |
string val |
A non-null instance of a String . |
return IQuery |
|
string name |
|
Byte[] val |
return IQuery |
|
int position |
|
Byte[] val |
return IQuery |
|
string name |
The name of the parameter |
bool val |
A non-null instance of a Boolean . |
return IQuery |
|
int position |
The position of the parameter in the query string, numbered from 0 |
bool val |
A non-null instance of a Boolean . |
return IQuery |
|
bool cacheable |
Should the query results be cacheable? |
return IQuery |
|
string cacheRegion |
${WriteSummary(content)} |
return IQuery |
|
string name |
The name of the parameter |
DateTime val |
A non-null instance of a DateTime . |
return IQuery |
|
int position |
The position of the parameter in the query string, numbered from 0 |
DateTime val |
A non-null instance of a DateTime . |
return IQuery |
|
string name |
The name of the parameter |
decimal val |
A non-null instance of a Decimal . |
return IQuery |
|
int position |
The position of the parameter in the query string, numbered from 0 |
decimal val |
A non-null instance of a Decimal . |
return IQuery |
|
string name |
The name of the parameter |
double val |
A non-null instance of a Double . |
return IQuery |
|
int position |
The position of the parameter in the query string, numbered from 0 |
double val |
A non-null instance of a Double . |
return IQuery |
|
string name |
The name of the parameter |
object val |
A non-null instance of a persistent class |
return IQuery |
|
int position |
Position of the parameter in the query string, numbered from 0 |
object val |
A non-null instance of a persistent class |
return IQuery |
|
string name |
The name of the parameter |
Enum val |
A non-null instance of a persistent enumeration |
return IQuery |
|
int position |
The position of the parameter in the query string, numbered from 0 |
Enum val |
A non-null instance of a persistent enumeration |
return IQuery |
|
int firstResult |
The first row to retreive. |
return IQuery |
|
bool forceCacheRefresh |
Should the query result in a forceable refresh of the query cache? |
FROM
clause.
string alias |
alias a query alias, or this for a collection filter |
LockMode lockMode |
return IQuery |
|
int maxResults |
The maximum number of rows to retreive. |
return IQuery |
|
int position |
The position of the parameter in the query, numbered from 0 |
object val |
The non-null parameter value |
foo.bar in (:value_list)
return IQuery |
|
string name |
The name of the parameter |
IEnumerable vals |
A collection of values to list |
return IQuery |
|
object obj |
Any PONO |
return IQuery |
|
IResultTransformer resultTransformer |
return IQuery |
|
int position |
The position of the parameter in the query string, numbered from 0 |
float val |
A non-null instance of a Single . |
return IQuery |
|
string name |
The name of the parameter |
float val |
A non-null instance of a Single . |
return IQuery |
|
string name |
The name of the parameter |
string val |
A non-null instance of a String . |
return IQuery |
|
int position |
The position of the parameter in the query string, numbered from 0 |
string val |
A non-null instance of a String . |
return IQuery |
|
string name |
The name of the parameter |
DateTime val |
A non-null instance of a DateTime . |
return IQuery |
|
int position |
The position of the parameter in the query string, numbered from 0 |
DateTime val |
A non-null instance of a DateTime . |
return IQuery |
|
int timeout |
return IQuery |
|
string name |
The name of the parameter |
DateTime val |
A non-null instance of a DateTime . |
return IQuery |
|
int position |
The position of the parameter in the query string, numbered from 0 |
DateTime val |
A non-null instance of a DateTime . |
return object |
${WriteSummary(content)} |
return T |
return String[]
|
return string
|
return IType[]
|