Compartir a través de


CoreStrings.SeedDatumComplexProperty(Object, Object) Método

Definición

No se puede agregar la entidad de inicialización para el tipo de entidad '{entityType}' 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. Considere la posibilidad de usar "DbContextOptionsBuilder.EnableSensitiveDataLogging" para ver los valores de propiedad implicados.

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

Parámetros

entityType
Object
property
Object

Devoluciones

Se aplica a