Partilhar via


RelationalStrings.NonTphTableClash(Object, Object, Object) Método

Definição

'{entityType}' e '{otherEntityType}' são mapeados para a tabela '{table}'. Todos os tipos de entidade em uma hierarquia não TPH (que não tem um discriminatório) devem ser mapeados para tabelas diferentes. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obter mais informações.

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

Parâmetros

entityType
Object
otherEntityType
Object
table
Object

Retornos

Aplica-se a