EntityQueryModelVisitor.TrackEntitiesInResults<TResult> 方法

定义

将跟踪行为应用于查询。

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)

类型参数

TResult

查询返回的结果的类型。

参数

queryModel
Remotion.Linq.QueryModel

查询。

适用于