CoreStrings.KeylessTypeTracked(Object) Method

Definition

Unable to track an instance of type '{type}' because it does not have a primary key. Only entity types with a primary key may be tracked.

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

Parameters

type
Object

Returns

Applies to