Compartir a través de


RelationalStrings.JsonEntityWithExplicitlyConfiguredJsonPropertyNameOnKey Método

Definición

La propiedad de clave '{keyProperty}' en la entidad asignada por JSON '{jsonEntity}' no debe tener configurado explícitamente su nombre de propiedad 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

Parámetros

keyProperty
Object
jsonEntity
Object

Devoluciones

Se aplica a