Share via


RelationalStrings.NestedComplexPropertyJsonWithTableSharing Method

Definition

Complex property '{complexProperty}' is mapped to JSON but its containing type '{containingType}' is not. Map the root complex type to JSON. See https://github.com/dotnet/efcore/issues/36558

public static string NestedComplexPropertyJsonWithTableSharing(object? complexProperty, object? containingType);
static member NestedComplexPropertyJsonWithTableSharing : obj * obj -> string
Public Shared Function NestedComplexPropertyJsonWithTableSharing (complexProperty As Object, containingType As Object) As String

Parameters

complexProperty
Object
containingType
Object

Returns

Applies to