CoreStrings.EntityEqualityOnCompositeKeyEntitySubqueryNotSupported 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.
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