Partager via


CoreStrings.SkipNavigationForeignKeyWrongPrincipalType Méthode

Définition

La clé étrangère {foreignKeyProperties} ne peut pas être utilisée pour ignorer la navigation « {entityType}. {navigation} », car elle est déclarée sur le type d’entité « {entityType} », mais une clé étrangère sur « {principalEntityType} » est attendue.

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

Paramètres

foreignKeyProperties
Object
navigationentityType
Object
entityTypenavigation
Object
principalEntityType
Object

Retours

S’applique à