LiftableConstantProcessor.LiftConstant(LiftableConstantExpression) 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.
protected virtual System.Linq.Expressions.ParameterExpression LiftConstant (Microsoft.EntityFrameworkCore.Query.LiftableConstantExpression liftableConstant);
abstract member LiftConstant : Microsoft.EntityFrameworkCore.Query.LiftableConstantExpression -> System.Linq.Expressions.ParameterExpression
override this.LiftConstant : Microsoft.EntityFrameworkCore.Query.LiftableConstantExpression -> System.Linq.Expressions.ParameterExpression
Protected Overridable Function LiftConstant (liftableConstant As LiftableConstantExpression) As ParameterExpression
Parameters
- liftableConstant
- LiftableConstantExpression