다음을 통해 공유


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

쿼리입니다.

적용 대상