CoreStrings.PrincipalEntityTypeNotInRelationship Method

Definition

You are configuring a relationship between '{dependentEntityType}' and '{principalEntityType}', but have specified a principal key on '{entityType}'. The foreign key must target a type that is part of the relationship.

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

Parameters

dependentEntityType
Object
principalEntityType
Object
entityType
Object

Returns

Applies to