xRecord.selectWithRepeatableRead Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| selectWithRepeatableRead() | Gets and sets the property that indicates whether repeatable read is enabled. | 
| selectWithRepeatableRead(Boolean) | 
selectWithRepeatableRead()
Gets and sets the property that indicates whether repeatable read is enabled.
public:
 virtual bool selectWithRepeatableRead();public virtual bool selectWithRepeatableRead();abstract member selectWithRepeatableRead : unit -> bool
override this.selectWithRepeatableRead : unit -> boolPublic Overridable Function selectWithRepeatableRead () As BooleanReturns
true if repeatable read is enabled; otherwise, false.
Applies to
selectWithRepeatableRead(Boolean)
public:
 virtual bool selectWithRepeatableRead(bool _useRepeatableRead);public virtual bool selectWithRepeatableRead(bool _useRepeatableRead);abstract member selectWithRepeatableRead : bool -> bool
override this.selectWithRepeatableRead : bool -> boolPublic Overridable Function selectWithRepeatableRead (_useRepeatableRead As Boolean) As BooleanParameters
- _useRepeatableRead
- Boolean
A Boolean value that indicates whether repeatable read is enabled; optional.