Share via


CoreStrings.SkipNavigationForeignKeyWrongPrincipalType Method

Definition

The foreign key {foreignKeyProperties} cannot be used for the skip navigation '{entityType}.{navigation}' because it is declared on the entity type '{entityType}', but a foreign key on '{principalEntityType}' is expected.

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

Parameters

foreignKeyProperties
Object
navigationentityType
Object
entityTypenavigation
Object
principalEntityType
Object

Returns

Applies to