DataConnection.IsLockedForExclusiveAccess Property

Definition

Retrieves a Boolean value indicating whether the current connection is locked by a client for exclusive access.

public:
 abstract property bool IsLockedForExclusiveAccess { bool get(); };
public abstract bool IsLockedForExclusiveAccess { get; }
member this.IsLockedForExclusiveAccess : bool
Public MustOverride ReadOnly Property IsLockedForExclusiveAccess As Boolean

Property Value

Returns true if the specified connection is locked for exclusive access; otherwise returns false.

Applies to