Compartir a través de


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

Definición

No se puede agregar la entidad de inicialización para el tipo de entidad '{entityType}' porque el valor proporcionado para la propiedad '{property}' no es compatible con el tipo de propiedad '{type}'. Considere la posibilidad de usar "DbContextOptionsBuilder.EnableSensitiveDataLogging" para ver el valor de propiedad implicado.

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

Parámetros

entityType
Object
property
Object
type
Object

Devoluciones

Se aplica a