RelationalQueryModelVisitor.OptimizeQueryModel(QueryModel, Boolean) 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.
Applies optimizations to the query.
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)
Parameters
- queryModel
- Remotion.Linq.QueryModel
The query.
- asyncQuery
- Boolean
True if we are compiling an async query; otherwise false.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework