Share via


EntityTypeExtensions.HasDefiningNavigation(IEntityType) Método

Definição

Cuidado

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

Obtém um valor que indica se esse tipo de entidade tem uma navegação definidora.

[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

O tipo de entidade.

Retornos

true se esse tipo de entidade tiver uma navegação de definição.

Atributos

Aplica-se a