Share via


xRecord.selectWithRepeatableRead Method

Definition

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.

Returns

Applies to