Condividi tramite


CoreStrings.SeedDatumComplexPropertySensitive(Object, Object, Object) Metodo

Definizione

Impossibile aggiungere l'entità di inizializzazione per il tipo di entità '{entityType}' con il valore chiave '{keyValue}' 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.

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

Parametri

entityType
Object
keyValue
Object
property
Object

Restituisce

Si applica a