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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework