Syntax

C#
public interface IActiveRecordQuery<T>

Type Parameters

T

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!
(Inherited from IActiveRecordQuery.)
Public methodExecute
Executes the specified query and return the results

Public Properties

  NameDescription
Public propertyRootType
Gets the target type of this query
(Inherited from IActiveRecordQuery.)

See Also