IVsDataConnection.IsNonLocking Property

Definition

Gets a value indicating whether the data connection supports automatic locking.

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

Property Value

true if the data connection supports automatic locking; otherwise, false.

Applies to