DBDriverBaseExecuteWithActiveRecoveryStrategy Method (Action) | 
 
            Executes the specified action with the active recovery strategy on this driver. If no recovery strategy is specified it will execute the action directly
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic virtual void ExecuteWithActiveRecoveryStrategy(
	Action toExecute
)
Public Overridable Sub ExecuteWithActiveRecoveryStrategy ( 
	toExecute As Action
)
Parameters
- toExecute
 - Type: SystemAction
To execute. 
See Also