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

定义

无法确定导航“{entityType}”表示的关系。类型为“{propertyType}”的 {navigation}”。 手动配置关系,或使用“[NotMapped]”属性或使用“OnModelCreating”中的“EntityTypeBuilder.Ignore”忽略此属性。

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

返回

适用于