Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public virtual void ExecuteWithActiveRecoveryStrategy(
	Action toExecute
)

Parameters

toExecute
Type: SystemAction
To execute.
See Also