RelationalStrings.JsonEntityMappedToDifferentViewThanOwner Metoda

Definicja

Jednostka "{jsonType}" jest mapowana na kod JSON, a także do widoku "{viewName}", ale jego właściciel "{ownerType}" jest mapowany na inny widok "{ownerViewName}". Każda jednostka mapowana na kod JSON musi być również mapowana na ten sam widok co jego właściciel.

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

Parametry

jsonType
Object
viewName
Object
ownerType
Object
ownerViewName
Object

Zwraca

Dotyczy