RelationalStrings.IncompatibleTableKeyNameMismatch 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í.
No se puede usar la tabla '{table}' para el tipo de entidad '{entityType}' ya que se usa para el tipo de entidad '{otherEntityType}' y el nombre '{keyName}' de la clave principal {primaryKey} no coincide con el nombre '{otherName}' de la clave principal {otherPrimaryKey}.
public static string IncompatibleTableKeyNameMismatch (object table, object entityType, object otherEntityType, object keyName, object primaryKey, object otherName, object otherPrimaryKey);
public static string IncompatibleTableKeyNameMismatch (object? table, object? entityType, object? otherEntityType, object? keyName, object? primaryKey, object? otherName, object? otherPrimaryKey);
static member IncompatibleTableKeyNameMismatch : obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function IncompatibleTableKeyNameMismatch (table As Object, entityType As Object, otherEntityType As Object, keyName As Object, primaryKey As Object, otherName As Object, otherPrimaryKey As Object) As String
Parámetros
- table
- Object
- entityType
- Object
- otherEntityType
- Object
- keyName
- Object
- primaryKey
- Object
- otherName
- Object
- otherPrimaryKey
- Object
Devoluciones
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.