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 che non hanno un 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);
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