CoreStrings.EntityTypesNotInRelationship Method

Definition

The provided entity types '{invalidDependentType}' and '{invalidPrincipalType}' are invalid. Specify '{dependentType}' and '{principalType}', or entity types in the same hierarchy.

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

Parameters

invalidDependentType
Object
invalidPrincipalType
Object
dependentType
Object
principalType
Object

Returns

Applies to