Compartir a través de


CoreStrings.SeedDatumDuplicate(Object, Object) Método

Definición

No se puede agregar la entidad de inicialización para el tipo de entidad '{entityType}' porque ya se ha agregado otra entidad de inicialización con el mismo valor de clave para {keyProperties}. Considere la posibilidad de usar "DbContextOptionsBuilder.EnableSensitiveDataLogging" para ver los valores de clave en conflicto.

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

Devoluciones

Se aplica a