Partager via


CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Méthode

Définition

Surcharges

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Include n’est pas pris en charge pour les entités avec définition de requête. Type d’entité : « {entityType} »

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
Obsolète.

L’opération « Include » avec l’argument « {expression} » n’est pas prise en charge sur le type d’entité « {entityType} », car elle comporte une requête de définition.

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Include n’est pas pris en charge pour les entités avec définition de requête. Type d’entité : « {entityType} »

public static string IncludeOnEntityWithDefiningQueryNotSupported (object entityType);
static member IncludeOnEntityWithDefiningQueryNotSupported : obj -> string
Public Shared Function IncludeOnEntityWithDefiningQueryNotSupported (entityType As Object) As String

Paramètres

entityType
Object

Retours

S’applique à

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)

Attention

Cette API est à présent déconseillée.

L’opération « Include » avec l’argument « {expression} » n’est pas prise en charge sur le type d’entité « {entityType} », car elle comporte une requête de définition.

[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

Paramètres

expression
Object
entityType
Object

Retours

Attributs

S’applique à