RelationalStrings.JsonEntityWithIncorrectNumberOfKeyProperties 方法

定义

实体类型“{jsonEntity}”的主键属性数目不正确。 预期数字为:{expectedCount},实际数字为:{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

参数

jsonEntity
Object
expectedCount
Object
actualCount
Object

返回

适用于