Condividi tramite


RelationalStrings.IncompatibleViewDerivedRelationship Metodo

Definizione

Impossibile usare la visualizzazione '{view}' per il tipo di entità '{entityType}' poiché viene usata per il tipo di entità '{otherEntityType}' e esiste una relazione tra le chiavi primarie in cui '{entityType}' è dipendente, ma '{entityType}' ha un tipo di entità di base mappato a una visualizzazione diversa. Mappare '{otherEntityType}' a una visualizzazione diversa o invertire la relazione tra '{entityType}' e '{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

Parametri

view
Object
entityType
Object
otherEntityType
Object

Restituisce

Si applica a