CoreStrings.SeedDatumNavigation(Object, Object, Object, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
' {EntityType} ' varlık türü için çekirdek varlık, ' {Navigation} ' gezinmesi ayarlanmış olduğundan eklenemiyor. Çekirdek ilişkilerini sağlamak için ' {relatedEntityType} ' öğesine varlık kaynağını ekleyin ve {foreignKeyProperties} yabancı anahtar değerlerini belirtin. İlgili özellik değerlerini görmek için ' DbContextOptionsBuilder. EnableSensitiveDataLogging ' kullanmayı düşünün.
public static string SeedDatumNavigation (object entityType, object navigation, object relatedEntityType, object foreignKeyProperties);
public static string SeedDatumNavigation (object? entityType, object? navigation, object? relatedEntityType, object? foreignKeyProperties);
static member SeedDatumNavigation : obj * obj * obj * obj -> string
Public Shared Function SeedDatumNavigation (entityType As Object, navigation As Object, relatedEntityType As Object, foreignKeyProperties As Object) As String
Parametreler
- entityType
- Object
- navigation
- Object
- relatedEntityType
- Object
- foreignKeyProperties
- Object