Condividi tramite


RelationalStrings.TPHViewMismatch(Object, Object, Object, Object) Metodo

Definizione

'{entityType}' viene mappato alla visualizzazione '{view}' mentre '{otherEntityType}' viene mappato alla vista '{otherView}'. Eseguire il mapping di tutti i tipi di entità nella gerarchia alla stessa visualizzazione oppure rimuovere il discriminazione e eseguirne il mapping a tutte le visualizzazioni diverse. Per altre informazioni, vedere https://go.microsoft.com/fwlink/?linkid=2130430.

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

Parametri

entityType
Object
view
Object
otherEntityType
Object
otherView
Object

Restituisce

Si applica a