CoreStrings.DefiningQueryWithKey(Object) Method

Definition

The entity type '{entityType}' cannot use 'ToQuery' to create a defining query because it also defines a primary key. Defining queries can only be used to back entity types without keys.

public static string DefiningQueryWithKey (object entityType);
static member DefiningQueryWithKey : obj -> string
Public Shared Function DefiningQueryWithKey (entityType As Object) As String

Parameters

entityType
Object

Returns

Applies to