MutableNavigationExtensions Class

Definition

Caution

Use IMutableNavigation

Extension methods for IMutableNavigation.

public static class MutableNavigationExtensions
[System.Obsolete("Use IMutableNavigation")]
public static class MutableNavigationExtensions
type MutableNavigationExtensions = class
[<System.Obsolete("Use IMutableNavigation")>]
type MutableNavigationExtensions = class
Public Module MutableNavigationExtensions
Inheritance
MutableNavigationExtensions
Attributes

Methods

FindInverse(IMutableNavigation)
Obsolete.

Gets the navigation property on the other end of the relationship. Returns null if there is no navigation property defined on the other end of the relationship.

GetTargetType(IMutableNavigation)
Obsolete.

Gets the entity type that a given navigation property will hold an instance of (or hold instances of if it is a collection navigation).

SetIsEagerLoaded(IMutableNavigation, Nullable<Boolean>)

Sets a value indicating whether this navigation should be eager loaded by default.

Applies to