Aracılığıyla paylaş


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

Tanım

'{entityType} gezintisi tarafından temsil edilen ilişki belirlenemedi. '{propertyType}' türünde {navigation}' . İlişkiyi el ile yapılandırın veya '[NotMapped]' özniteliğini kullanarak veya 'OnModelCreating' içinde 'EntityTypeBuilder.Ignore' kullanarak bu özelliği yoksayın.

public static string NavigationNotAdded (object entityType, object navigation, object propertyType);
public static string NavigationNotAdded (object? entityType, object? navigation, object? propertyType);
static member NavigationNotAdded : obj * obj * obj -> string
Public Shared Function NavigationNotAdded (entityType As Object, navigation As Object, propertyType As Object) As String

Parametreler

entityType
Object
navigation
Object
propertyType
Object

Döndürülenler

Şunlara uygulanır