Click or drag to resize

ILLBLGenProQuery.EvaluatedExpressionsPerState 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.12.0.0 (5.12.0)
Syntax
Dictionary<HandlerState, Expression> EvaluatedExpressionsPerState { get; }

Property Value

Type: Dictionary<HandlerState, Expression>
See Also