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

クエリです。

適用対象