NativeCommonImplementation.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() | |
SelectWithRepeatableRead(Boolean) |
SelectWithRepeatableRead()
public:
override bool SelectWithRepeatableRead();
public override bool SelectWithRepeatableRead ();
override this.SelectWithRepeatableRead : unit -> bool
Public Overrides Function SelectWithRepeatableRead () As Boolean
Returns
Applies to
SelectWithRepeatableRead(Boolean)
public:
override bool SelectWithRepeatableRead(bool useRepeatableRead);
public override bool SelectWithRepeatableRead (bool useRepeatableRead);
override this.SelectWithRepeatableRead : bool -> bool
Public Overrides Function SelectWithRepeatableRead (useRepeatableRead As Boolean) As Boolean
Parameters
- useRepeatableRead
- Boolean