RelationalStrings.TphTableMismatch(Object, Object, Object, Object) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
'{entityType}' está asignado a la tabla '{table}' mientras que '{otherEntityType}' está asignado a la tabla '{otherTable}'. Asigne todos los tipos de entidad de la jerarquía a la misma tabla, o quite el discriminador y asígnelos a tablas diferentes. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obtener más información.
public static string TphTableMismatch (object? entityType, object? table, object? otherEntityType, object? otherTable);
static member TphTableMismatch : obj * obj * obj * obj -> string
Public Shared Function TphTableMismatch (entityType As Object, table As Object, otherEntityType As Object, otherTable As Object) As String
Parámetros
- entityType
- Object
- table
- Object
- otherEntityType
- Object
- otherTable
- Object