Freigeben über


CoreStrings.SeedDatumComplexPropertySensitive(Object, Object, Object) Methode

Definition

Die Seedentität für den Entitätstyp "{entityType}" mit dem Schlüsselwert "{keyValue}" kann nicht hinzugefügt werden, da die komplexe Eigenschaft "{property}" festgelegt ist. Komplexe Eigenschaften werden beim Seeding derzeit nicht unterstützt. Weitere Informationen finden Sie unter 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

Parameter

entityType
Object
keyValue
Object
property
Object

Gibt zurück

Gilt für: