RelationalStrings.IncompatibleViewDerivedRelationship 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 exibição '{view}' 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 na qual '{entityType}' é o dependente, mas '{entityType}' tem um tipo de entidade base mapeado para uma exibição diferente. Mapeie '{otherEntityType}' para uma exibição diferente ou inverta a relação entre '{entityType}' e '{otherEntityType}'.
public static string IncompatibleViewDerivedRelationship (object view, object entityType, object otherEntityType);
public static string IncompatibleViewDerivedRelationship (object? view, object? entityType, object? otherEntityType);
static member IncompatibleViewDerivedRelationship : obj * obj * obj -> string
Public Shared Function IncompatibleViewDerivedRelationship (view As Object, entityType As Object, otherEntityType As Object) As String
Parâmetros
- view
- Object
- entityType
- Object
- otherEntityType
- Object
Retornos
Aplica-se a
Entity Framework