Common.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:
bool selectWithRepeatableRead(bool useRepeatableRead);
public bool selectWithRepeatableRead (bool useRepeatableRead);
member this.selectWithRepeatableRead : bool -> bool
Public Function selectWithRepeatableRead (useRepeatableRead As Boolean) As Boolean
Parameters
- useRepeatableRead
- Boolean
Returns
Applies to
selectWithRepeatableRead()
public:
bool selectWithRepeatableRead();
public bool selectWithRepeatableRead ();
member this.selectWithRepeatableRead : unit -> bool
Public Function selectWithRepeatableRead () As Boolean