Partager via


RelationalStrings.IncompatibleViewDerivedRelationship 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 il existe une relation entre leurs clés primaires dans lesquelles « {entityType} » est dépendant, mais « {entityType} » a un type d’entité de base mappé à une autre vue. Mappez « {otherEntityType} » à une autre vue, ou inversez la relation entre « {entityType} » et « {otherEntityType} ».

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

Paramètres

view
Object
entityType
Object
otherEntityType
Object

Retours

S’applique à