Condividi tramite


RelationalStrings.NonTphViewClash(Object, Object, Object) Metodo

Definizione

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

Restituisce

Si applica a