CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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);
static member IncludeOnEntityWithDefiningQueryNotSupported : obj -> string
Public Shared Function IncludeOnEntityWithDefiningQueryNotSupported (entityType As Object) As String
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);
[<System.Obsolete>]
static member IncludeOnEntityWithDefiningQueryNotSupported : obj * obj -> string
Public Shared Function IncludeOnEntityWithDefiningQueryNotSupported (expression As Object, entityType As Object) As String
Parametri
- expression
- Object
- entityType
- Object
Restituisce
- Attributi