Compartilhar 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 que não têm um discriminador 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);
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