QueryRootProcessor.ShouldConvertToParameterQueryRoot 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.
Determines whether a ParameterExpression should be converted to a ParameterQueryRootExpression.
protected virtual bool ShouldConvertToParameterQueryRoot (System.Linq.Expressions.ParameterExpression parameterExpression);
abstract member ShouldConvertToParameterQueryRoot : System.Linq.Expressions.ParameterExpression -> bool
override this.ShouldConvertToParameterQueryRoot : System.Linq.Expressions.ParameterExpression -> bool
Protected Overridable Function ShouldConvertToParameterQueryRoot (parameterExpression As ParameterExpression) As Boolean
Parameters
- parameterExpression
- ParameterExpression
The parameter expression that's a candidate for conversion to a query root.
Returns
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