共用方式為


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

傳回

適用於