CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
IncludeOnEntityWithDefiningQueryNotSupported(Object) |
No se admite la inclusión para las entidades con la definición de una consulta. Tipo de entidad: '{entityType}' |
IncludeOnEntityWithDefiningQueryNotSupported(Object, Object) |
Obsoletos.
La operación 'Include' con el argumento '{expression}' no se admite en el tipo de entidad '{entityType}' porque tiene una consulta definitoria. |
IncludeOnEntityWithDefiningQueryNotSupported(Object)
No se admite la inclusión para las entidades con la definición de una consulta. Tipo de entidad: '{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
Devoluciones
Se aplica a
IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
Precaución
Esta API ya está en desuso.
La operación 'Include' con el argumento '{expression}' no se admite en el tipo de entidad '{entityType}' porque tiene una consulta definitoria.
[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
Devoluciones
- Atributos