Share via


SqlDatabase.SupportsAsync Property

Does this Database object support asynchronous execution?

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data.Sql
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SupportsAsync As Boolean
public override bool SupportsAsync { get; }
public:
virtual property bool SupportsAsync {
    bool get () override;
}
public override function get SupportsAsync () : boolean

Field Value

true.

See Also

SqlDatabase Class

Microsoft.Practices.EnterpriseLibrary.Data.Sql Namespace