RelationalStrings.ExecuteOperationOnOwnedJsonIsNotSupported 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.
'{operation}' used over owned type '{entityType}' which is mapped to JSON; '{operation}' on JSON-mapped owned entities is not supported. Consider mapping your type as a complex type instead.
public static string ExecuteOperationOnOwnedJsonIsNotSupported(object? operation, object? entityType);
static member ExecuteOperationOnOwnedJsonIsNotSupported : obj * obj -> string
Public Shared Function ExecuteOperationOnOwnedJsonIsNotSupported (operation As Object, entityType As Object) As String
Parameters
- operation
- Object
- entityType
- Object