Condividi tramite


RelationalStrings.JsonEntityMappedToDifferentTableOrViewThanOwner Metodo

Definizione

L'entità '{jsonType}' viene mappata a JSON e anche a una tabella o a una vista '{tableOrViewName}', ma il relativo proprietario '{ownerType}' viene mappato a una tabella o vista diversa '{ownerTableOrViewName}'. Ogni entità mappata a JSON deve anche eseguire il mapping alla stessa tabella o visualizzazione del relativo proprietario.

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

Parametri

jsonType
Object
tableOrViewName
Object
ownerType
Object
ownerTableOrViewName
Object

Restituisce

Si applica a