RelationalStrings.ExecuteUpdateOverJsonIsNotSupported(Object) 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.
'ExecuteUpdate' is being used over type '{structuralType}' which is mapped to JSON; 'ExecuteUpdate' on JSON is not supported.
public static string ExecuteUpdateOverJsonIsNotSupported(object? structuralType);
static member ExecuteUpdateOverJsonIsNotSupported : obj -> string
Public Shared Function ExecuteUpdateOverJsonIsNotSupported (structuralType As Object) As String
Parameters
- structuralType
- Object