RelationalStrings.NonTphViewClash(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.
Sia '{entityType}' che '{otherEntityType}' vengono mappati alla visualizzazione '{view}'. Tutti i tipi di entità in una gerarchia non TPH (uno che non ha una discriminazione) devono essere mappati a visualizzazioni diverse. Per altre informazioni, vedere https://go.microsoft.com/fwlink/?linkid=2130430.
public static string NonTphViewClash (object? entityType, object? otherEntityType, object? view);
static member NonTphViewClash : obj * obj * obj -> string
Public Shared Function NonTphViewClash (entityType As Object, otherEntityType As Object, view As Object) As String
Parametri
- entityType
- Object
- otherEntityType
- Object
- view
- Object