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.4.0.0 (5.4.0)
Syntax
protected Dictionary<HandlerState, Expression> EvaluatedExpressionsPerState { get; }

Property Value

Type: DictionaryHandlerState, Expression
See Also