Partager via


CoreStrings.DependentEntityTypeNotInRelationship Méthode

Définition

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

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

Paramètres

dependentEntityType
Object
principalEntityType
Object
entityType
Object

Retours

S’applique à