CoreStrings.SeedDatumComplexPropertySensitive(Object, Object, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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