CoreStrings.SeedDatumDuplicate(Object, Object) Método

Definição

A entidade de semente para o tipo de entidade '{entityType}' não pode ser adicionada porque outra entidade de semente com o mesmo valor de chave para {keyProperties} já foi adicionada. Considere usar 'DbContextOptionsBuilder.EnableSensitiveDataLogging' para ver os valores de chave conflitantes.

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

Parâmetros

entityType
Object
keyProperties
Object

Retornos

Aplica-se a