IConventionSkipNavigationBuilder.EnableLazyLoading Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Configure cette navigation pour qu’elle soit activée pour le chargement différé.
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSkipNavigationBuilder? EnableLazyLoading (bool? lazyLoadingEnabled, bool fromDataAnnotation = false);
abstract member EnableLazyLoading : Nullable<bool> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSkipNavigationBuilder
Public Function EnableLazyLoading (lazyLoadingEnabled As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As IConventionSkipNavigationBuilder
Paramètres
Valeur indiquant si la navigation doit être activée pour le chargement différé.
- fromDataAnnotation
- Boolean
Indique si la configuration a été spécifiée à l’aide d’une annotation de données.
Retours
Le même générateur instance si la configuration a été appliquée, null
sinon.