Udostępnij przez


RelationalStrings.JsonEntityMappedToDifferentTableOrViewThanOwner Metoda

Definicja

Jednostka "{jsonType}" jest mapowana na format JSON, a także do tabeli lub widoku "{tableOrViewName}", ale jego właściciel "{ownerType}" jest mapowany na inną tabelę lub widok "{ownerTableOrViewName}". Każda jednostka zamapowana na format JSON musi być również mapowana na tę samą tabelę lub widok co jej właściciel.

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

Zwraca

Dotyczy