RelationalStrings.JsonEntityMappedToDifferentViewThanOwner Método

Definición

La entidad '{jsonType}' se asigna a JSON y también a una vista '{viewName}', pero su propietario '{ownerType}' está asignado a una vista diferente '{ownerViewName}'. Cada entidad asignada a JSON también debe asignarse a la misma vista que su propietario.

public static string JsonEntityMappedToDifferentViewThanOwner (object? jsonType, object? viewName, object? ownerType, object? ownerViewName);
static member JsonEntityMappedToDifferentViewThanOwner : obj * obj * obj * obj -> string
Public Shared Function JsonEntityMappedToDifferentViewThanOwner (jsonType As Object, viewName As Object, ownerType As Object, ownerViewName As Object) As String

Parámetros

jsonType
Object
viewName
Object
ownerType
Object
ownerViewName
Object

Devoluciones

Se aplica a