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 -> bool
Public Overridable Function selectWithRepeatableRead () As Boolean
Returns
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 -> bool
Public Overridable Function selectWithRepeatableRead (_useRepeatableRead As Boolean) As Boolean
Parameters
- _useRepeatableRead
- Boolean
A Boolean value that indicates whether repeatable read is enabled; optional.