Syntax
| C# |
|---|
public interface IActiveRecordQuery<T> |
Type Parameters
- T
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| Enumerate |
Enumerates over the result of the query.
Note: Only use if you expect most of your values to already exist in the second level cache!
(Inherited from IActiveRecordQuery.) | |
| Execute |
Executes the specified query and return the results
|
Public Properties
| Name | Description | |
|---|---|---|
| RootType |
Gets the target type of this query
(Inherited from IActiveRecordQuery.) |