RelationalStrings.ComplexPropertyJsonPropertyNameWithoutJsonMapping 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.
Complex property '{complexProperty}' cannot use 'HasJsonPropertyName()' because it is not contained within a JSON-mapped type. Use 'ToJson()' to map the complex property to a JSON column, or ensure it is contained within a type that is mapped to JSON.
public static string ComplexPropertyJsonPropertyNameWithoutJsonMapping(object? complexProperty);
static member ComplexPropertyJsonPropertyNameWithoutJsonMapping : obj -> string
Public Shared Function ComplexPropertyJsonPropertyNameWithoutJsonMapping (complexProperty As Object) As String
Parameters
- complexProperty
- Object