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