Share via


RelationalStrings.JsonEntityMappedToDifferentViewThanOwner Method

Definition

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

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

Parameters

jsonType
Object
viewName
Object
ownerType
Object
ownerViewName
Object

Returns

Applies to