Compartir a través de


CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Método

Definición

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

Se aplica a