QueryCompilationContext.GetTrackableIncludes(IQuerySource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all trackable includes for a given query source.
public virtual System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation>> GetTrackableIncludes (Remotion.Linq.Clauses.IQuerySource querySource);
abstract member GetTrackableIncludes : Remotion.Linq.Clauses.IQuerySource -> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation>>
override this.GetTrackableIncludes : Remotion.Linq.Clauses.IQuerySource -> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.INavigation>>
Public Overridable Function GetTrackableIncludes (querySource As IQuerySource) As IReadOnlyList(Of IReadOnlyList(Of INavigation))
Parameters
- querySource
- Remotion.Linq.Clauses.IQuerySource
The query source.
Returns
The trackable includes.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework