Sdílet prostřednictvím


RelationalStrings.JsonEntityMappedToDifferentViewThanOwner Metoda

Definice

Entita {jsonType} je namapovaná na JSON a také na zobrazení {viewName}, ale její vlastník {ownerType} je namapován na jiné zobrazení {ownerViewName}. Každá entita mapovaná na JSON musí být také namapovaná na stejné zobrazení jako její vlastník.

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

Návraty

Platí pro