xRecord.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:
virtual bool readCommittedLock();
public virtual bool readCommittedLock ();
abstract member readCommittedLock : unit -> bool
override this.readCommittedLock : unit -> bool
Public Overridable Function readCommittedLock () As Boolean
Returns
Applies to
readCommittedLock(Boolean)
public:
virtual bool readCommittedLock(bool _readCommittedLock);
public virtual bool readCommittedLock (bool _readCommittedLock);
abstract member readCommittedLock : bool -> bool
override this.readCommittedLock : bool -> bool
Public Overridable Function readCommittedLock (_readCommittedLock As Boolean) As Boolean
Parameters
- _readCommittedLock
- Boolean