QueryCompilationContext.AddTrackableInclude 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
添加可跟踪的包含。
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>
包含的导航路径。