Share via


CoreStrings.EntityEqualitySubqueryWithCompositeKeyNotSupported(Object) Méthode

Définition

Cette requête entraînerait plusieurs évaluations d’une sous-requête, car l’entité « {entityType} » a une clé composite. Réécrire votre requête en évitant la sous-requête.

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

Paramètres

entityType
Object

Retours

S’applique à