RelationalStrings.JsonEntityMappedToDifferentTableOrViewThanOwner Método

Definición

La entidad '{jsonType}' se asigna a JSON y también a una tabla o vista '{tableOrViewName}', pero su propietario '{ownerType}' está asignado a otra tabla o vista '{ownerTableOrViewName}'. Cada entidad asignada a JSON también debe asignarse a la misma tabla o vista que su propietario.

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

Parámetros

jsonType
Object
tableOrViewName
Object
ownerType
Object
ownerTableOrViewName
Object

Devoluciones

Se aplica a