Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
RecoveryStrategyBase ActiveRecoveryStrategy { get; set; }

Property Value

Type: RecoveryStrategyBase
See Also