RelationalStrings.IncompatibleViewDerivedRelationship Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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