共用方式為


CoreStrings.NavigationNotAdded(Object, Object, Object) 方法

定義

無法判斷巡覽 '{entityType} 所代表的關聯性。類型為 '{propertyType}' 的 {navigation}'。 手動設定關聯性,或使用 'OnModelCreating' 中的 'EntityTypeBuilder.Ignore' ,或使用 'NotMapped]' 屬性忽略此屬性。

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

參數

entityType
Object
navigation
Object
propertyType
Object

傳回

適用於