Partager via


CoreStrings.EntityTypeNotInRelationshipStrict(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} » ou du type d’entité principale « {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

Paramètres

entityType
Object
dependentType
Object
principalType
Object

Retours

S’applique à