AdoDotNetConnectionSupport.InAsyncMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the connection is in an asynchronous mode.
protected:
property bool InAsyncMode { bool get(); };
protected bool InAsyncMode { get; }
member this.InAsyncMode : bool
Protected ReadOnly Property InAsyncMode As Boolean
Property Value
true if in asynchronous mode is on; otherwise, false.