CoreStrings.DependentEntityTypeNotInRelationship Method

Definition

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

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

Parameters

dependentEntityType
Object
principalEntityType
Object
entityType
Object

Returns

Applies to