Syntax

C#
public interface IActiveRecordQuery

The type exposes the following members.

Public Methods

  NameDescription
Public methodEnumerate
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!
Public methodExecute
Executes the specified query and return the results

Public Properties

  NameDescription
Public propertyRootType
Gets the target type of this query

See Also