Share via


CoreStrings.KeyPropertiesWrongEntity(Object, Object) Method

Definition

The specified key properties {keyProperties} are not declared on the entity type '{entityType}'. Ensure key properties are declared on the target entity type.

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

Parameters

keyPropertieskey
Object
entityType
Object

Returns

Applies to