RelationalStrings.JsonEntityWithExplicitlyConfiguredJsonPropertyNameOnKey Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A propriedade de chave '{keyProperty}' na entidade mapeada por JSON '{jsonEntity}' não deve ter seu nome de propriedade JSON configurado explicitamente.
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
Parâmetros
- keyProperty
- Object
- jsonEntity
- Object