CommonImplementation.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:
abstract bool SelectWithRepeatableRead(bool useRepeatableRead);
public abstract bool SelectWithRepeatableRead (bool useRepeatableRead);
abstract member SelectWithRepeatableRead : bool -> bool
Public MustOverride Function SelectWithRepeatableRead (useRepeatableRead As Boolean) As Boolean
Parameters
- useRepeatableRead
- Boolean
Returns
Applies to
SelectWithRepeatableRead()
public:
abstract bool SelectWithRepeatableRead();
public abstract bool SelectWithRepeatableRead ();
abstract member SelectWithRepeatableRead : unit -> bool
Public MustOverride Function SelectWithRepeatableRead () As Boolean