RelationalStrings.NestedComplexPropertyJsonWithTableSharing 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}' 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