Syntax
| C# |
|---|
public interface IActiveRecordQuery |
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!
| |
| Execute |
Executes the specified query and return the results
|
Public Properties
| Name | Description | |
|---|---|---|
| RootType |
Gets the target type of this query
|
See Also
Castle.ActiveRecord Namespace