Share via


RelationalStrings.ExecuteUpdateSubqueryNotSupportedOverComplexTypes Method

Definition

ExecuteUpdate is being used over a LINQ operator which isn't natively supported by the database; this cannot be translated because complex type '{complexType}' is projected out. Rewrite your query to project out the containing entity type instead.

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

Parameters

complexType
Object

Returns

Applies to