The IQueryOver<(Of <(<'TRoot>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Cacheable |
Enable caching of this query result set
| |
CacheMode | Override the cache mode for this particular query. | |
CacheRegion |
Set the name of the cache region.
| |
ClearOrders |
Clear all orders from the query.
| |
Clone |
Creates an exact clone of the IQueryOver
| |
Future()()()() |
Get a enumerable that when enumerated will execute
a batch of queries in a single database roundtrip
| |
Future<(Of <<'(U>)>>)()()()() |
Get a enumerable that when enumerated will execute
a batch of queries in a single database roundtrip
| |
FutureValue()()()() |
Get an IFutureValue instance, whose value can be retrieved through
its Value property. The query is not executed until the Value property
is retrieved, which will execute other Future queries as well in a
single roundtrip
| |
FutureValue<(Of <<'(U>)>>)()()()() |
Get an IFutureValue instance, whose value can be retrieved through
its Value property. The query is not executed until the Value property
is retrieved, which will execute other Future queries as well in a
single roundtrip
| |
List()()()() |
Get the results of the root type and fill the IList<(Of <(<'T>)>)> | |
List<(Of <<'(U>)>>)()()()() |
Get the results of the root type and fill the IList<(Of <(<'T>)>)> | |
ReadOnly |
Set the read-only mode for entities (and proxies) loaded by this QueryOver.
(see SetReadOnly(Boolean)).
| |
RowCount |
Short for ToRowCountQuery().SingleOrDefault<int>()
| |
RowCountInt64 |
Short for ToRowCountInt64Query().SingleOrDefault<long>()
| |
SingleOrDefault()()()() |
Convenience method to return a single instance that matches
the query, or null if the query returns no results.
| |
SingleOrDefault<(Of <<'(U>)>>)()()()() |
Override type of SingleOrDefault()()()().
| |
Skip |
Set the first result to be retrieved
| |
Take |
Set a limit upon the number of objects to be retrieved
| |
ToRowCountInt64Query |
Clones the QueryOver, removes orders and paging, and projects the row-count (Int64)
for the query
| |
ToRowCountQuery |
Clones the QueryOver, removes orders and paging, and projects the row-count
for the query
|
Properties
Name | Description | |
---|---|---|
RootCriteria |
Access the root underlying ICriteria
(Inherited from IQueryOver.) | |
UnderlyingCriteria |
Access the underlying ICriteria
(Inherited from IQueryOver.) |