CoreStrings.EntityEqualityOnCompositeKeyEntitySubqueryNotSupported Method

Definition

Cannot translate '{comparisonOperator}' on a subquery expression of entity type '{entityType}' because it has a composite primary key. See https://go.microsoft.com/fwlink/?linkid=2141942 for information on how to rewrite your query.

public static string EntityEqualityOnCompositeKeyEntitySubqueryNotSupported (object comparisonOperator, object entityType);
public static string EntityEqualityOnCompositeKeyEntitySubqueryNotSupported (object? comparisonOperator, object? entityType);
static member EntityEqualityOnCompositeKeyEntitySubqueryNotSupported : obj * obj -> string
Public Shared Function EntityEqualityOnCompositeKeyEntitySubqueryNotSupported (comparisonOperator As Object, entityType As Object) As String

Parameters

comparisonOperator
Object
entityType
Object

Returns

Applies to