Click or drag to resize
LLBLGenProProviderBaseEvaluatedExpressionsPerState 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
protected Dictionary<HandlerState, Expression> EvaluatedExpressionsPerState { get; }

Property Value

Type: DictionaryHandlerState, Expression
See Also