CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Metodo

Definizione

Overload

IncludeOnEntityWithDefiningQueryNotSupported(Object)

L'inclusione non è supportata per le entità con la definizione della query. Tipo di entità: '{entityType}'

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
Obsoleti.

L'operazione 'Include' con argomento '{expression}' non è supportata nel tipo di entità '{entityType}' perché ha una query di definizione.

IncludeOnEntityWithDefiningQueryNotSupported(Object)

L'inclusione non è supportata per le entità con la definizione della query. Tipo di entità: '{entityType}'

public static string IncludeOnEntityWithDefiningQueryNotSupported (object entityType);

Parametri

entityType
Object

Restituisce

Si applica a

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)

Attenzione

Questa API è ora deprecata.

L'operazione 'Include' con argomento '{expression}' non è supportata nel tipo di entità '{entityType}' perché ha una query di definizione.

[System.Obsolete]
public static string IncludeOnEntityWithDefiningQueryNotSupported (object expression, object entityType);
[System.Obsolete]
public static string IncludeOnEntityWithDefiningQueryNotSupported (object? expression, object? entityType);

Parametri

expression
Object
entityType
Object

Restituisce

Attributi

Si applica a