RelationalStrings.JsonEntityWithIncorrectNumberOfKeyProperties Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Tipe entitas '{jsonEntity}' memiliki jumlah properti kunci primer yang salah. Angka yang diharapkan adalah: {expectedCount}, angka aktual adalah: {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
Parameter
- jsonEntity
- Object
- expectedCount
- Object
- actualCount
- Object