MutableNavigationExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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
Entity Framework