CoreStrings.ComplexPropertyShadow(Object, Object) Method

Definition

Configuring the complex property '{type}.{property}' in shadow state isn't supported. See https://github.com/dotnet/efcore/issues/31243 for more information.

public static string ComplexPropertyShadow (object? type, object? property);
static member ComplexPropertyShadow : obj * obj -> string
Public Shared Function ComplexPropertyShadow (type As Object, property As Object) As String

Parameters

type
Object
property
Object

Returns

Applies to