Share via


RelationalStrings.CannotProjectNullableComplexType(Object) Method

Definition

You are attempting to project out complex type '{complexType}' via an optional navigation; that is currently not supported. Either project out the complex type in a non-optional context, or project the containing entity type along with the complex type.

public static string CannotProjectNullableComplexType (object? complexType);
static member CannotProjectNullableComplexType : obj -> string
Public Shared Function CannotProjectNullableComplexType (complexType As Object) As String

Parameters

complexType
Object

Returns

Applies to