Compartilhar via


RelationalStrings.IncompatibleTableNoRelationship Método

Definição

Não é possível usar a tabela '{table}' para o tipo de entidade '{entityType}', pois ela está sendo usada para o tipo de entidade '{otherEntityType}' e potencialmente outros tipos de entidade, mas não há nenhuma relação de vinculação. Adicione uma chave estrangeira a '{entityType}' nas propriedades da chave primária e aponte para a chave primária em outro tipo de entidade mapeada para '{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

Retornos

Aplica-se a