CoreStrings.InversePropertyMismatch(Object, Object, Object, Object) 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.
Atributos [InverseProperty] na navegação '{1_entityType}. {0_navigation}' e na navegação '{3_referencedEntityType}. {2_referencedNavigation}' não estão apontando um para o outro. Altere os atributos para usar os nomes correspondentes ou remover um deles.
public static string InversePropertyMismatch (object navigation, object entityType, object referencedNavigation, object referencedEntityType);
public static string InversePropertyMismatch (object? navigation, object? entityType, object? referencedNavigation, object? referencedEntityType);
static member InversePropertyMismatch : obj * obj * obj * obj -> string
Public Shared Function InversePropertyMismatch (navigation As Object, entityType As Object, referencedNavigation As Object, referencedEntityType As Object) As String
Parâmetros
- navigation
- Object
- entityType
- Object
- referencedNavigation
- Object
- referencedEntityType
- Object
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Entity Framework