QueryBuildDataSource.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(Boolean) | |
selectWithRepeatableRead() |
selectWithRepeatableRead(Boolean)
public:
virtual bool selectWithRepeatableRead(bool _value);
public virtual bool selectWithRepeatableRead (bool _value);
abstract member selectWithRepeatableRead : bool -> bool
override this.selectWithRepeatableRead : bool -> bool
Public Overridable Function selectWithRepeatableRead (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
Returns
Applies to
selectWithRepeatableRead()
public:
virtual bool selectWithRepeatableRead();
public virtual bool selectWithRepeatableRead ();
abstract member selectWithRepeatableRead : unit -> bool
override this.selectWithRepeatableRead : unit -> bool
Public Overridable Function selectWithRepeatableRead () As Boolean