CoreStrings.AmbiguousOneToOneRelationship(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.
Não foi possível determinar o lado dependente para a relação um-para-um entre '{dependentToPrincipalNavigationSpecification}' e '{principalToDependentNavigationSpecification}'. Para identificar o lado dependente da relação, configure a propriedade de chave estrangeira. Se essas navegaçãos não devem fazer parte da mesma relação, configure-as independentemente por meio de cadeias de método separadas em 'OnModelCreating'. Consulte https://go.microsoft.com/fwlink/?LinkId=724062 para obter mais detalhes.
public static string AmbiguousOneToOneRelationship (object dependentToPrincipalNavigationSpecification, object principalToDependentNavigationSpecification);
public static string AmbiguousOneToOneRelationship (object? dependentToPrincipalNavigationSpecification, object? principalToDependentNavigationSpecification);
static member AmbiguousOneToOneRelationship : obj * obj -> string
Public Shared Function AmbiguousOneToOneRelationship (dependentToPrincipalNavigationSpecification As Object, principalToDependentNavigationSpecification As Object) As String
Parâmetros
- dependentToPrincipalNavigationSpecification
- Object
- principalToDependentNavigationSpecification
- Object
Retornos
Aplica-se a
Entity Framework