CoreStrings.KeylessTypeWithKey(Object, Object) Method

Definition

The key {keyProperties} cannot be added to keyless type '{entityType}'.

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

Parameters

keykeyProperties
Object
entityType
Object

Returns

Applies to