Compartir a través de


EntityTypeExtensions.HasDefiningNavigation(IEntityType) Método

Definición

Precaución

Entity types with defining navigations have been replaced by shared-type entity types

Obtiene un valor que indica si este tipo de entidad tiene una navegación que define.

[System.Diagnostics.DebuggerStepThrough]
public static bool HasDefiningNavigation (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[System.Diagnostics.DebuggerStepThrough]
[System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")]
public static bool HasDefiningNavigation (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[<System.Diagnostics.DebuggerStepThrough>]
static member HasDefiningNavigation : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")>]
static member HasDefiningNavigation : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function HasDefiningNavigation (entityType As IEntityType) As Boolean

Parámetros

entityType
IEntityType

El tipo de entidad.

Devoluciones

true si este tipo de entidad tiene una navegación que define.

Atributos

Se aplica a