RelationalQueryModelVisitor.OptimizeQueryModel(QueryModel, Boolean) 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.
Applique des optimisations à la requête.
protected override void OptimizeQueryModel(Remotion.Linq.QueryModel queryModel, bool asyncQuery);
override this.OptimizeQueryModel : Remotion.Linq.QueryModel * bool -> unit
Protected Overrides Sub OptimizeQueryModel (queryModel As QueryModel, asyncQuery As Boolean)
Paramètres
- queryModel
- Remotion.Linq.QueryModel
Requête.
- asyncQuery
- Boolean
True si nous compilons une requête asynchrone ; sinon, false.