QueryCompilationContext.AddTrackableInclude 方法

定义

添加可跟踪的包含。

public virtual void AddTrackableInclude (Remotion.Linq.Clauses.IQuerySource querySource, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation> navigationPath);
abstract member AddTrackableInclude : Remotion.Linq.Clauses.IQuerySource * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation> -> unit
override this.AddTrackableInclude : Remotion.Linq.Clauses.IQuerySource * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation> -> unit
Public Overridable Sub AddTrackableInclude (querySource As IQuerySource, navigationPath As IReadOnlyList(Of INavigation))

参数

querySource
Remotion.Linq.Clauses.IQuerySource

查询源。

navigationPath
IReadOnlyList<INavigation>

包含的导航路径。

适用于