Partager via


CoreStrings.PrincipalEntityTypeNotInRelationship Méthode

Définition

Vous configurez une relation entre « {dependentEntityType} » et « {principalEntityType} », mais vous avez spécifié une clé principale sur « {entityType} ». La clé étrangère doit cibler un type qui fait partie de la relation.

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

Paramètres

dependentEntityType
Object
principalEntityType
Object
entityType
Object

Retours

S’applique à