DBDriverBaseSetTransientErrorRecoveryStrategy Method  | 
 
            Sets the transient error recovery strategy to the one specified. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected virtual void SetTransientErrorRecoveryStrategy(
	RecoveryStrategyBase strategyToUse
)
Protected Overridable Sub SetTransientErrorRecoveryStrategy ( 
	strategyToUse As RecoveryStrategyBase
)
Parameters
- strategyToUse
 - Type: SD.LLBLGen.Pro.DBDriverCoreRecoveryStrategyBase
The strategy to use. 
See Also