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.4.0.0 (5.4.0)
Syntax public Action<IQuerySpec> OnPrepareForExecutionCallBack { get; set; }
Public Property OnPrepareForExecutionCallBack As Action(Of IQuerySpec)
Get
Set
Property Value
Type:
ActionIQuerySpecSee Also