IDataAccessAdapterActiveRecoveryStrategy Property  | 
 
            Gets or sets the active recovery strategy to use with supported actions on this DataAccessAdapter. If null (default), no 
            recovery strategy is used and all exceptions are fatal.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
SyntaxRecoveryStrategyBase ActiveRecoveryStrategy { get; set; }Property ActiveRecoveryStrategy As RecoveryStrategyBase
	Get
	Set
Property Value
Type: 
RecoveryStrategyBase
See Also