Common.readCommittedLock Method

Definition

Overloads

readCommittedLock()
readCommittedLock(Boolean)

readCommittedLock()

public:
 bool readCommittedLock();
public bool readCommittedLock ();
member this.readCommittedLock : unit -> bool
Public Function readCommittedLock () As Boolean

Returns

Applies to

readCommittedLock(Boolean)

public:
 bool readCommittedLock(bool _readCommittedLock);
public bool readCommittedLock (bool _readCommittedLock);
member this.readCommittedLock : bool -> bool
Public Function readCommittedLock (_readCommittedLock As Boolean) As Boolean

Parameters

_readCommittedLock
Boolean

Returns

Applies to