EntityQueryModelVisitor.TrackEntitiesInResults<TResult> Method

Definition

Applies tracking behavior to the query.

protected virtual void TrackEntitiesInResults<TResult> (Remotion.Linq.QueryModel queryModel);
abstract member TrackEntitiesInResults : Remotion.Linq.QueryModel -> unit
override this.TrackEntitiesInResults : Remotion.Linq.QueryModel -> unit
Protected Overridable Sub TrackEntitiesInResults(Of TResult) (queryModel As QueryModel)

Type Parameters

TResult

The type of results returned by the query.

Parameters

queryModel
Remotion.Linq.QueryModel

The query.

Applies to