RelationalStrings.JsonEntityMappedToDifferentColumnThanOwner Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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