Click or drag to resize
QuerySpecOnPrepareForExecutionCallBack Property
Gets or sets the call back lambda which is called after this query has been prepared for execution. Use this method to tap into the execution chain to do last-minute query object manipulation / inspection prior to the actual fetch action.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Action<IQuerySpec> OnPrepareForExecutionCallBack { get; set; }

Property Value

Type: ActionIQuerySpec
See Also