CoreStrings.SeedDatumComplexProperty(Object, Object) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Entitas seed untuk tipe entitas '{entityType}' tidak dapat ditambahkan karena memiliki properti kompleks '{property}' yang ditetapkan. Properti kompleks saat ini tidak didukung dalam penyemaian. Lihat https://github.com/dotnet/efcore/issues/31254 untuk informasi lebih lanjut. Pertimbangkan untuk menggunakan 'DbContextOptionsBuilder.EnableSensitiveDataLogging' untuk melihat nilai properti yang terlibat.
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
Parameter
- entityType
- Object
- property
- Object