CollectionEntry.Load 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.
Load() |
Loads the entities referenced by this navigation property, unless IsLoaded
is already set to |
Load(LoadOptions) |
Loads the entities referenced by this navigation property, unless IsLoaded
is already set to |
- Source:
- CollectionEntry.cs
- Source:
- CollectionEntry.cs
- Source:
- CollectionEntry.cs
- Source:
- CollectionEntry.cs
- Source:
- CollectionEntry.cs
- Source:
- CollectionEntry.cs
- Source:
- CollectionEntry.cs
- Source:
- CollectionEntry.cs
- Source:
- CollectionEntry.cs
Loads the entities referenced by this navigation property, unless IsLoaded
is already set to true
.
public override void Load ();
override this.Load : unit -> unit
Public Overrides Sub Load ()
Remarks
See Accessing tracked entities in EF Core and Loading related entities 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 |
- Source:
- CollectionEntry.cs
- Source:
- CollectionEntry.cs
Loads the entities referenced by this navigation property, unless IsLoaded
is already set to true
.
public override void Load (Microsoft.EntityFrameworkCore.ChangeTracking.LoadOptions options);
override this.Load : Microsoft.EntityFrameworkCore.ChangeTracking.LoadOptions -> unit
Public Overrides Sub Load (options As LoadOptions)
Parameters
- options
- LoadOptions
Options to control the way related entities are loaded.
Remarks
See Accessing tracked entities in EF Core and Loading related entities for more information and examples.
Applies to
Entity Framework Core 9.0 i Entity Framework Core 8.0
Proizvod | Verzije |
---|---|
Entity Framework Core | 8.0, 9.0 |
Povratne informacije za Entity Framework
Entity Framework je projekat otvorenog koda. Izaberite vezu da biste pružili povratne informacije: