RelationalStrings.IncompatibleTableNoRelationship Método

Definición

No se puede usar la tabla '{table}' para el tipo de entidad '{entityType}' ya que se usa para el tipo de entidad '{otherEntityType}' y potencialmente otros tipos de entidad, pero no hay ninguna relación de vinculación. Agregue una clave externa a '{entityType}' en las propiedades de clave principal y apunte a la clave principal en otro tipo de entidad asignado a '{table}'.

public static string IncompatibleTableNoRelationship (object table, object entityType, object otherEntityType);
public static string IncompatibleTableNoRelationship (object? table, object? entityType, object? otherEntityType);
static member IncompatibleTableNoRelationship : obj * obj * obj -> string
Public Shared Function IncompatibleTableNoRelationship (table As Object, entityType As Object, otherEntityType As Object) As String

Parámetros

table
Object
entityType
Object
otherEntityType
Object

Devoluciones

Se aplica a