RelationalQueryRootProcessor.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.
Indicates that a ParameterExpression can be converted to a ParameterQueryRootExpression;
the latter will end up in TranslatePrimitiveCollection(SqlExpression, IProperty, String) for
translation to a provider-specific SQL expansion mechanism, e.g. OPENJSON
on SQL Server.
protected override bool ShouldConvertToParameterQueryRoot (System.Linq.Expressions.ParameterExpression constantExpression);
protected override bool ShouldConvertToParameterQueryRoot (System.Linq.Expressions.ParameterExpression parameterExpression);
override this.ShouldConvertToParameterQueryRoot : System.Linq.Expressions.ParameterExpression -> bool
override this.ShouldConvertToParameterQueryRoot : System.Linq.Expressions.ParameterExpression -> bool
Protected Overrides Function ShouldConvertToParameterQueryRoot (constantExpression As ParameterExpression) As Boolean
Protected Overrides Function ShouldConvertToParameterQueryRoot (parameterExpression As ParameterExpression) As Boolean
Parameters
- constantExpressionparameterExpression
- ParameterExpression
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