return ICriteria |
|
ICriterion expression |
Type ICriteria
Namespace NHibernate
return ICriteria |
|
ICriterion expression |
return ICriteria |
|
string associationPath |
|
string alias |
return ICriteria |
The created "sub criteria" |
string associationPath |
A dot-separated property path |
string alias |
The alias to assign to the joined association (for later reference). |
JoinType joinType |
The type of join to use. |
return IList |
IList results |
The list to fill with the results. |
return IList<T> |
return ICriteria |
|
bool cacheable |
return ICriteria |
|
string cacheRegion |
${WriteSummary(content)} |
return ICriteria |
|
int firstResult |
return ICriteria |
|
int maxResults |
Docu.Documentation.Comments.Paragraph
return ICriteria |
This instance (for method chaining) |
IProjection projection |
The projection representing the overall "shape" of the query results. |
return ICriteria |
|
IResultTransformer resultTransformer |
return ICriteria |
|
int timeout |
return object |
${WriteSummary(content)} |
return T |
return string
|