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.3.0.0 (5.3.0)
Syntax protected 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