Udostępnij za pośrednictwem


InversePropertyAttributeConvention.IsAmbiguous Metoda

Definicja

Zwraca wartość wskazującą, czy dana nawigacja ma niejednoznaczne nawigacje odwrotne z elementem 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 jednostki.

navigation
MemberInfo

Nawigacja.

targetEntityType
IConventionEntityType

Typ jednostki docelowej.

Zwraca

true jeśli dana nawigacja ma niejednoznaczne nawigacje odwrotne z elementem InversePropertyAttribute.

Dotyczy