RelationalStrings.IncompatibleTableDerivedRelationship 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 hay una relación entre sus claves principales en las que '{entityType}' es dependiente, pero '{entityType}' tiene un tipo de entidad base asignado a otra tabla. Asigne '{otherEntityType}' a otra tabla o invierte la relación entre '{entityType}' y '{otherEntityType}'.

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

Parámetros

table
Object
entityType
Object
otherEntityType
Object

Devoluciones

Se aplica a