Share via


RelationalStrings.JsonEntityMappedToDifferentColumnThanOwner Method

Definition

Entity '{jsonType}' is mapped to JSON column '{containingColumn}', but its owner '{ownerType}' is mapped to a different JSON column '{ownerContainingColumn}'. All owned entities must be mapped to the same JSON column. Only call 'ToJson()' on the outermost owned entity type.

public static string JsonEntityMappedToDifferentColumnThanOwner(object? jsonType, object? containingColumn, object? ownerType, object? ownerContainingColumn);
static member JsonEntityMappedToDifferentColumnThanOwner : obj * obj * obj * obj -> string
Public Shared Function JsonEntityMappedToDifferentColumnThanOwner (jsonType As Object, containingColumn As Object, ownerType As Object, ownerContainingColumn As Object) As String

Parameters

jsonType
Object
containingColumn
Object
ownerType
Object
ownerContainingColumn
Object

Returns

Applies to