ILiftableConstantProcessor.LiftedConstants Property
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.
Exposes all constants that have been lifted during the last invocation of LiftedConstants.
[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Parameter", "Expression" })]
public System.Collections.Generic.IReadOnlyList<(System.Linq.Expressions.ParameterExpression Parameter, System.Linq.Expressions.Expression Expression)> LiftedConstants { get; }
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Parameter", "Expression" })>]
member this.LiftedConstants : System.Collections.Generic.IReadOnlyList<ValueTuple<System.Linq.Expressions.ParameterExpression, System.Linq.Expressions.Expression>>
Public ReadOnly Property LiftedConstants As IReadOnlyList(Of ValueTuple(Of ParameterExpression, Expression))
Property Value
- Attributes
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