CoreStrings.DuplicateKey(Object, Object, Object) Método

Definição

A chave {keyProperties} não pode ser adicionada ao tipo de entidade '{entityType}' porque uma chave nas mesmas propriedades já existe no tipo de entidade '{duplicateEntityType}'.

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

Parâmetros

keykeyProperties
Object
entityType
Object
duplicateEntityType
Object

Retornos

Aplica-se a