Partager via


CoreStrings.EntityTypeNotInRelationship(Object, Object, Object) Méthode

Définition

Le type d’entité spécifié « {entityType} » n’est pas valide. Il doit s’agir du type d’entité dépendante « {dependentType} », du type d’entité principal « {principalType} » ou d’un type d’entité dérivé de l’un d’eux.

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

Paramètres

entityType
Object
dependentType
Object
principalType
Object

Retours

S’applique à