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.4.0.0 (5.4.0)
Syntax RecoveryStrategyBase ActiveRecoveryStrategy { get; set; }
Property ActiveRecoveryStrategy As RecoveryStrategyBase
Get
Set
Property Value
Type:
RecoveryStrategyBaseSee Also