Condividi tramite


CoreStrings.SeedDatumIncompatibleValue(Object, Object, Object) Metodo

Definizione

Impossibile aggiungere l'entità di inizializzazione per il tipo di entità '{entityType}' perché il valore specificato per la proprietà '{property}' non è compatibile con il tipo di proprietà '{type}'. È consigliabile usare 'DbContextOptionsBuilder.EnableSensitiveDataLogging' per visualizzare il valore della proprietà coinvolto.

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

Parametri

entityType
Object
property
Object
type
Object

Restituisce

Si applica a