Partager via


CoreStrings.EntityTypesNotInRelationship Méthode

Définition

Les types d’entités fournis « {invalidDependentType} » et « {invalidPrincipalType} » ne sont pas valides. Spécifiez « {dependentType} » et « {principalType} », ou les types d’entités dans la même hiérarchie.

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

Paramètres

invalidDependentType
Object
invalidPrincipalType
Object
dependentType
Object
principalType
Object

Retours

S’applique à