Compartir a través de


InversePropertyAttributeConvention.IsAmbiguous Método

Definición

Devuelve un valor que indica si la navegación especificada tiene navegaciones inversas ambiguas con 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

El tipo de entidad.

navigation
MemberInfo

Navegación.

targetEntityType
IConventionEntityType

Tipo de entidad de destino.

Devoluciones

true si la navegación especificada tiene navegaciones inversas ambiguas con InversePropertyAttribute.

Se aplica a