RelationalStrings.JsonEntityMappedToDifferentTableOrViewThanOwner Method

Definition

Entity '{jsonType}' is mapped to JSON and also to a table or view '{tableOrViewName}', but its owner '{ownerType}' is mapped to a different table or view '{ownerTableOrViewName}'. Every entity mapped to JSON must also map to the same table or view as its owner.

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

Parameters

jsonType
Object
tableOrViewName
Object
ownerType
Object
ownerTableOrViewName
Object

Returns

Applies to