EntityEntry.Navigation Method
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.
Navigation(INavigationBase) |
Provides access to change tracking information and operations for a given navigation of this entity. |
Navigation(String) |
Provides access to change tracking information and operations for a given navigation of this entity. |
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
Provides access to change tracking information and operations for a given navigation of this entity.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.NavigationEntry Navigation (Microsoft.EntityFrameworkCore.Metadata.INavigationBase navigationBase);
abstract member Navigation : Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> Microsoft.EntityFrameworkCore.ChangeTracking.NavigationEntry
override this.Navigation : Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> Microsoft.EntityFrameworkCore.ChangeTracking.NavigationEntry
Public Overridable Function Navigation (navigationBase As INavigationBase) As NavigationEntry
Parameters
- navigationBase
- INavigationBase
The navigation to access information and operations for.
Returns
An object that exposes change tracking information and operations for the given property.
Remarks
See Accessing tracked entities in EF Core and Changing foreign keys and navigations for more information and examples.
Applies to
Entity Framework Core 9.0 i druge verzije
Proizvod | Verzije |
---|---|
Entity Framework Core | 7.0, 8.0, 9.0 |
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
- Source:
- EntityEntry.cs
Provides access to change tracking information and operations for a given navigation of this entity.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.NavigationEntry Navigation (string propertyName);
abstract member Navigation : string -> Microsoft.EntityFrameworkCore.ChangeTracking.NavigationEntry
override this.Navigation : string -> Microsoft.EntityFrameworkCore.ChangeTracking.NavigationEntry
Public Overridable Function Navigation (propertyName As String) As NavigationEntry
Parameters
- propertyName
- String
The navigation to access information and operations for.
Returns
An object that exposes change tracking information and operations for the given property.
Remarks
See Accessing tracked entities in EF Core and Changing foreign keys and navigations for more information and examples.
Applies to
Entity Framework Core 9.0 i druge verzije
Proizvod | Verzije |
---|---|
Entity Framework Core | 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Povratne informacije o proizvodu Entity Framework
Entity Framework je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: