Database.SupportsAsync Property
Does this Database object support asynchronous execution?
Namespace: Microsoft.Practices.EnterpriseLibrary.Data
Assembly: Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SupportsAsync As Boolean
public virtual bool SupportsAsync { get; }
public:
virtual property bool SupportsAsync {
bool get ();
}
public function get SupportsAsync () : boolean
Field Value
Base class always returns false.