CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported 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.
Sobrecargas
IncludeOnEntityWithDefiningQueryNotSupported(Object) |
Não há suporte para inclusão para entidades com definição de consulta. Tipo de entidade: '{entityType}' |
IncludeOnEntityWithDefiningQueryNotSupported(Object, Object) |
Obsoleto.
Não há suporte para a operação 'Include' com o argumento '{expression}' no tipo de entidade '{entityType}' porque ela tem uma consulta de definição. |
IncludeOnEntityWithDefiningQueryNotSupported(Object)
Não há suporte para inclusão para entidades com definição de consulta. Tipo de entidade: '{entityType}'
public static string IncludeOnEntityWithDefiningQueryNotSupported (object entityType);
static member IncludeOnEntityWithDefiningQueryNotSupported : obj -> string
Public Shared Function IncludeOnEntityWithDefiningQueryNotSupported (entityType As Object) As String
Parâmetros
- entityType
- Object
Retornos
Aplica-se a
IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
Cuidado
Essa API foi preterida.
Não há suporte para a operação 'Include' com o argumento '{expression}' no tipo de entidade '{entityType}' porque ela tem uma consulta de definição.
[System.Obsolete]
public static string IncludeOnEntityWithDefiningQueryNotSupported (object expression, object entityType);
[System.Obsolete]
public static string IncludeOnEntityWithDefiningQueryNotSupported (object? expression, object? entityType);
[<System.Obsolete>]
static member IncludeOnEntityWithDefiningQueryNotSupported : obj * obj -> string
Public Shared Function IncludeOnEntityWithDefiningQueryNotSupported (expression As Object, entityType As Object) As String
Parâmetros
- expression
- Object
- entityType
- Object
Retornos
- Atributos
Aplica-se a
Entity Framework