CoreStrings.SkipNavigationForeignKeyWrongPrincipalType 方法

定义

外键 {foreignKeyProperties} 不能用于跳过导航“{entityType}”。{navigation}“,因为它在实体类型”{entityType}“上声明,但”{principalEntityType}“上应有外键。

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

参数

foreignKeyProperties
Object
navigationentityType
Object
entityTypenavigation
Object
principalEntityType
Object

返回

适用于