Condividi tramite


CoreStrings.SeedDatumComplexProperty(Object, Object) Metodo

Definizione

Impossibile aggiungere l'entità di inizializzazione per il tipo di entità '{entityType}' perché ha la proprietà complessa '{property}' impostata. Le proprietà complesse attualmente non sono supportate nel seeding. Per altre informazioni, vedere https://github.com/dotnet/efcore/issues/31254. È consigliabile usare 'DbContextOptionsBuilder.EnableSensitiveDataLogging' per visualizzare i valori delle proprietà coinvolti.

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

Parametri

entityType
Object
property
Object

Restituisce

Si applica a