Sdílet prostřednictvím


RelationalStrings.JsonEntityMappedToDifferentTableOrViewThanOwner Metoda

Definice

Entita {jsonType} je namapovaná na JSON a také na tabulku nebo zobrazení {tableOrViewName}, ale její vlastník {ownerType} je namapovaný na jinou tabulku nebo zobrazení {ownerTableOrViewName}. Každá entita mapovaná na JSON musí také namapovat na stejnou tabulku nebo zobrazení jako její vlastník.

public static string JsonEntityMappedToDifferentTableOrViewThanOwner (object? jsonType, object? tableOrViewName, object? ownerType, object? ownerTableOrViewName);
static member JsonEntityMappedToDifferentTableOrViewThanOwner : obj * obj * obj * obj -> string
Public Shared Function JsonEntityMappedToDifferentTableOrViewThanOwner (jsonType As Object, tableOrViewName As Object, ownerType As Object, ownerTableOrViewName As Object) As String

Parametry

jsonType
Object
tableOrViewName
Object
ownerType
Object
ownerTableOrViewName
Object

Návraty

Platí pro