RelationalStrings.IncompatibleTableDerivedRelationship Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 há uma relação entre suas chaves primárias em que '{entityType}' é o dependente, mas '{entityType}' tem um tipo de entidade base mapeado para uma tabela diferente. Mapeie '{otherEntityType}' para uma tabela diferente ou inverta a relação entre '{entityType}' e '{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
Retornos
Aplica-se a
Entity Framework