共用方式為


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

查詢。

適用於