RelationalStrings.JsonEntityWithExplicitlyConfiguredJsonPropertyNameOnKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
JSON 對應實體 '{jsonEntity}' 上的索引鍵屬性 '{keyProperty}' 不應明確設定其 JSON 屬性名稱。
public static string JsonEntityWithExplicitlyConfiguredJsonPropertyNameOnKey (object? keyProperty, object? jsonEntity);
static member JsonEntityWithExplicitlyConfiguredJsonPropertyNameOnKey : obj * obj -> string
Public Shared Function JsonEntityWithExplicitlyConfiguredJsonPropertyNameOnKey (keyProperty As Object, jsonEntity As Object) As String
參數
- keyProperty
- Object
- jsonEntity
- Object