Compartilhar via


InversePropertyAttributeConvention.IsAmbiguous Método

Definição

Retorna uma indicação de valor se a navegação fornecida tem navegação inversa ambígua com InversePropertyAttribute.

public static bool IsAmbiguous (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, System.Reflection.MemberInfo navigation, Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType targetEntityType);
static member IsAmbiguous : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * System.Reflection.MemberInfo * Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> bool
Public Shared Function IsAmbiguous (entityType As IConventionEntityType, navigation As MemberInfo, targetEntityType As IConventionEntityType) As Boolean

Parâmetros

entityType
IConventionEntityType

O tipo de entidade.

navigation
MemberInfo

A navegação.

targetEntityType
IConventionEntityType

Tipo de entidade de destino.

Retornos

true se a navegação fornecida tiver navegação inversa ambígua com InversePropertyAttribute.

Aplica-se a