Partager via


InversePropertyAttributeConvention.IsAmbiguous Méthode

Définition

Retourne une valeur indiquant si la navigation donnée a des navigations inverses ambiguës avec 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

Paramètres

entityType
IConventionEntityType

Type d'entité.

navigation
MemberInfo

Navigation.

targetEntityType
IConventionEntityType

Type d’entité cible.

Retours

true si la navigation donnée a des navigations inverses ambiguës avec InversePropertyAttribute.

S’applique à