IDataAccessAdapterUseRecoveryStrategy 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.10.0.0 (5.10.0)
Syntaxbool UseRecoveryStrategy { get; set; }Property UseRecoveryStrategy As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also