CoreStrings.EntityTypeNotInRelationship(Object, Object, Object) Method

Definition

The specified entity type '{entityType}' is invalid. It must be the dependent entity type '{dependentType}', the principal entity type '{principalType}' or an entity type derived from one of them.

public static string EntityTypeNotInRelationship (object entityType, object dependentType, object principalType);
public static string EntityTypeNotInRelationship (object? entityType, object? dependentType, object? principalType);
static member EntityTypeNotInRelationship : obj * obj * obj -> string
Public Shared Function EntityTypeNotInRelationship (entityType As Object, dependentType As Object, principalType As Object) As String

Parameters

entityType
Object
dependentType
Object
principalType
Object

Returns

Applies to