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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework