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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Entity Framework