Share via


RelationalStrings.ComplexPropertyJsonPropertyNameWithoutJsonMapping Method

Definition

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

Returns

Applies to