Sdílet prostřednictvím


InversePropertyAttributeConvention.IsAmbiguous Metoda

Definice

Vrátí hodnotu označující, zda má daná navigace nejednoznačné inverzní navigace s parametrem 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

Parametry

entityType
IConventionEntityType

Typ entity.

navigation
MemberInfo

Navigace.

targetEntityType
IConventionEntityType

Typ cílové entity.

Návraty

true pokud má daná navigace nejednoznačné inverzní navigace s InversePropertyAttribute.

Platí pro