CoreStrings.EntityTypeNotInRelationshipStrict(Object, Object, Object) Method

Definition

The specified entity type '{entityType}' is invalid. It must be either the dependent entity type '{dependentType}' or the principal entity type '{principalType}'.

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

Parameters

entityType
Object
dependentType
Object
principalType
Object

Returns

Applies to