CoreStrings.NavigationToKeylessType(Object, Object) Method

Definition

The navigation '{navigation}' cannot be added because it targets the keyless entity type '{entityType}'. Navigations can only target entity types with keys. For more information on keyless entity types, see https://go.microsoft.com/fwlink/?linkid=2141943.

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

Parameters

navigation
Object
entityType
Object

Returns

Applies to