Condividi tramite


RelationalStrings.JsonEntityMappedToDifferentViewThanOwner Metodo

Definizione

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

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

Parametri

jsonType
Object
viewName
Object
ownerType
Object
ownerViewName
Object

Restituisce

Si applica a