ILLBLGenProQueryEvaluatedExpressionsPerState Property |
Gets the evaluated expression trees per state of the execution engine
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax Dictionary<HandlerState, Expression> EvaluatedExpressionsPerState { get; }
ReadOnly Property EvaluatedExpressionsPerState As Dictionary(Of HandlerState, Expression)
Get
Property Value
Type:
DictionaryHandlerState,
ExpressionSee Also