Sdílet prostřednictvím


CoreStrings.SeedDatumIncompatibleValue(Object, Object, Object) Metoda

Definice

Počáteční entitu pro typ entity {entityType} nelze přidat, protože hodnota zadaná pro vlastnost {property} není kompatibilní s typem vlastnosti {type}. Zvažte použití DbContextOptionsBuilder.EnableSensitiveDataLogging k zobrazení hodnoty příslušné vlastnosti.

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

Parametry

entityType
Object
property
Object
type
Object

Návraty

Platí pro