Partager via


RelationalStrings.IncompatibleViewNoRelationship Méthode

Définition

Impossible d’utiliser l’affichage « {view} » pour le type d’entité « {entityType} », car il est utilisé pour le type d’entité « {otherEntityType} » et qu’il n’existe aucune relation entre leurs clés primaires.

public static string IncompatibleViewNoRelationship (object view, object entityType, object otherEntityType);
public static string IncompatibleViewNoRelationship (object? view, object? entityType, object? otherEntityType);
static member IncompatibleViewNoRelationship : obj * obj * obj -> string
Public Shared Function IncompatibleViewNoRelationship (view As Object, entityType As Object, otherEntityType As Object) As String

Paramètres

view
Object
entityType
Object
otherEntityType
Object

Retours

S’applique à