Compartir a través de


CoreStrings.SeedDatumComplexPropertySensitive(Object, Object, Object) Método

Definición

No se puede agregar la entidad de inicialización para el tipo de entidad '{entityType}' con el valor de clave '{keyValue}' porque tiene establecida la propiedad compleja '{property}'. Actualmente no se admiten propiedades complejas en la propagación. Consulte https://github.com/dotnet/efcore/issues/31254 para obtener más información.

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

Parámetros

entityType
Object
keyValue
Object
property
Object

Devoluciones

Se aplica a