Condividi tramite


RelationalStrings.NonTphTableClash(Object, Object, Object) Metodo

Definizione

Sia '{entityType}' che '{otherEntityType}' vengono mappati alla tabella '{table}'. Tutti i tipi di entità in una gerarchia non TPH (uno che non ha una discriminazione) devono essere mappati a tabelle diverse. Per altre informazioni, vedere https://go.microsoft.com/fwlink/?linkid=2130430.

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

Parametri

entityType
Object
otherEntityType
Object
table
Object

Restituisce

Si applica a