ILazyLoader.Load(Object, String) Method
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.
Loads a navigation property if it has not already been loaded.
public void Load (object entity, string navigationName = default);
public void Load (object entity, string navigationName = "");
abstract member Load : obj * string -> unit
Public Sub Load (entity As Object, Optional navigationName As String = Nothing)
Public Sub Load (entity As Object, Optional navigationName As String = "")
Parameters
- entity
- Object
The entity on which the navigation property is located.
- navigationName
- String
The navigation property name.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework