Click or drag to resize

QuerySpec.OnPrepareForExecutionCallBack 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.12.0.0 (5.12.0)
Syntax
public Action<IQuerySpec> OnPrepareForExecutionCallBack { get; set; }

Property Value

Type: Action<IQuerySpec>
See Also