Share via


IVsDataConnection.IsNonLocking Property

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

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property IsNonLocking As Boolean
bool IsNonLocking { get; }
property bool IsNonLocking {
    bool get ();
}
abstract IsNonLocking : bool with get
function get IsNonLocking () : boolean

Property Value

Type: System.Boolean
true if the data connection supports automatic locking; otherwise, false.

Remarks

The data connection is automatically locked after it has been created. When the data connection is associated with a data provider and the provider calls back into this data connection, no new lock should be applied on the data connection. In this case, the data connection is non-locking.

.NET Framework Security

See Also

Reference

IVsDataConnection Interface

Microsoft.VisualStudio.Data.Services Namespace