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