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