RelationalStrings.TphViewMismatch(Object, Object, Object, Object) 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.
'{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);
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