Click or drag to resize

DataAccessAdapterCoreUseRecoveryStrategy Property

Gets/sets the flag whether an active recovery strategy should be used. This property is true by default. If false, a query will executed outside the active recovery strategy set on this adapter.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public bool UseRecoveryStrategy { get; set; }

Property Value

Type: Boolean

Implements

IDataAccessAdapterUseRecoveryStrategy
See Also