Share via


AdoDotNetConnectionSupport.InAsyncMode Property

Gets a value indicating whether the connection is in an asynchronous mode.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected ReadOnly Property InAsyncMode As Boolean
protected bool InAsyncMode { get; }
protected:
property bool InAsyncMode {
    bool get ();
}
member InAsyncMode : bool with get
function get InAsyncMode () : boolean

Property Value

Type: System.Boolean
true if in asynchronous mode is on; otherwise, false.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionSupport Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace