RelationalStrings.InvalidKeySelectorForGroupBy(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La clé de regroupement « {keySelector} » est de type « {keyType} » qui n’est pas une clé valide.
public static string InvalidKeySelectorForGroupBy(object keySelector, object keyType);
public static string InvalidKeySelectorForGroupBy(object? keySelector, object? keyType);
static member InvalidKeySelectorForGroupBy : obj * obj -> string
Public Shared Function InvalidKeySelectorForGroupBy (keySelector As Object, keyType As Object) As String
Paramètres
- keySelector
- Object
- keyType
- Object