CoreStrings.SeedDatumNavigation(Object, Object, Object, Object) Yöntem

Tanım

' {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

Döndürülenler

String

Şunlara uygulanır