Click or drag to resize
LLBLGenProQueryTILLBLGenProQueryEvaluatedExpressionsPerState 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.0.0.0 (5.0.0)
Syntax
Dictionary<HandlerState, Expression> ILLBLGenProQuery.EvaluatedExpressionsPerState { get; }

Property Value

Type: DictionaryHandlerState, Expression

Implements

ILLBLGenProQueryEvaluatedExpressionsPerState
See Also