RelationalStrings.JsonEntityWithIncorrectNumberOfKeyProperties 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.
Le type d’entité « {jsonEntity} » a un nombre incorrect de propriétés de clé primaire. Le nombre attendu est : {expectedCount}, le nombre réel est : {actualCount}.
public static string JsonEntityWithIncorrectNumberOfKeyProperties(object? jsonEntity, object? expectedCount, object? actualCount);
static member JsonEntityWithIncorrectNumberOfKeyProperties : obj * obj * obj -> string
Public Shared Function JsonEntityWithIncorrectNumberOfKeyProperties (jsonEntity As Object, expectedCount As Object, actualCount As Object) As String
Paramètres
- jsonEntity
- Object
- expectedCount
- Object
- actualCount
- Object