QueryCompilationContext.GetTrackableIncludes(IQuerySource) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém todas as inclusões rastreáveis para uma determinada fonte de consulta.
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))
Parâmetros
- querySource
- Remotion.Linq.Clauses.IQuerySource
A origem da consulta.
Retornos
O trackable inclui.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Entity Framework