QueryContext.SetNavigationIsLoaded Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| SetNavigationIsLoaded(Object, INavigation) |
Mengatur navigasi sebagai dimuat. |
| SetNavigationIsLoaded(Object, INavigationBase) |
Mengatur navigasi untuk entitas tertentu seperti yang dimuat. |
SetNavigationIsLoaded(Object, INavigation)
- Sumber:
- QueryContext.cs
- Sumber:
- QueryContext.cs
Mengatur navigasi sebagai dimuat.
public virtual void SetNavigationIsLoaded(object entity, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation);
abstract member SetNavigationIsLoaded : obj * Microsoft.EntityFrameworkCore.Metadata.INavigation -> unit
override this.SetNavigationIsLoaded : obj * Microsoft.EntityFrameworkCore.Metadata.INavigation -> unit
Public Overridable Sub SetNavigationIsLoaded (entity As Object, navigation As INavigation)
Parameter
- entity
- Object
Instans entitas.
- navigation
- INavigation
Properti navigasi.
Berlaku untuk
SetNavigationIsLoaded(Object, INavigationBase)
- Sumber:
- QueryContext.cs
- Sumber:
- QueryContext.cs
- Sumber:
- QueryContext.cs
- Sumber:
- QueryContext.cs
- Sumber:
- QueryContext.cs
Mengatur navigasi untuk entitas tertentu seperti yang dimuat.
public virtual void SetNavigationIsLoaded(object entity, Microsoft.EntityFrameworkCore.Metadata.INavigationBase navigation);
abstract member SetNavigationIsLoaded : obj * Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> unit
override this.SetNavigationIsLoaded : obj * Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> unit
Public Overridable Sub SetNavigationIsLoaded (entity As Object, navigation As INavigationBase)
Parameter
- entity
- Object
Instans entitas.
- navigation
- INavigationBase
Properti navigasi.