ILazyLoader.IsLoaded(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.
Gets whether or not the given navigation as known to be completely loaded or known to be no longer completely loaded.
public bool IsLoaded (object entity, string navigationName = "");
abstract member IsLoaded : obj * string -> bool
Public Function IsLoaded (entity As Object, Optional navigationName As String = "") As Boolean
Parameters
- entity
- Object
The entity on which the navigation property is located.
- navigationName
- String
The navigation property name.
Returns
true
if the navigation is known to be loaded.
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