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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.