CoreStrings.KeyWrongType(Object, Object, Object) Метод

Определение

Ключ {keyProperties} не может быть удален из типа сущности "{entityType}", так как он определен в типе сущности "{otherEntityType}".

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

Параметры

keykeyProperties
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

Возвращаемое значение

Применяется к