IReadOnlyEntityType.HasDefiningNavigation Method

Definition

Caution

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

Gets a value indicating whether this entity type has a defining navigation.

[System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")]
public virtual bool HasDefiningNavigation ();
[<System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")>]
abstract member HasDefiningNavigation : unit -> bool
override this.HasDefiningNavigation : unit -> bool
Public Overridable Function HasDefiningNavigation () As Boolean

Returns

true if this entity type has a defining navigation.

Attributes

Applies to