RelationalQueryTranslationPreprocessor.ProcessQueryRoots(Expression) 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.
Adds additional query root nodes to the query.
protected override System.Linq.Expressions.Expression ProcessQueryRoots (System.Linq.Expressions.Expression expression);
override this.ProcessQueryRoots : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Protected Overrides Function ProcessQueryRoots (expression As Expression) As Expression
Parameters
- expression
- Expression
The query expression to process.
Returns
A query expression after query roots have been added.
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