| 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.1.0.0 (5.1.0)
Syntaxpublic Action<IQuerySpec> OnPrepareForExecutionCallBack { get; set; }Public Property OnPrepareForExecutionCallBack As Action(Of IQuerySpec)
	Get
	Set
Property Value
Type: 
ActionIQuerySpec
See Also