Share via


DaabAsyncResult.CloseConnection Property

Should the connection be closed by the End method?

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

Syntax

'Declaration
Public ReadOnly Property CloseConnection As Boolean
public bool CloseConnection { get; }
public:
property bool CloseConnection {
    bool get ();
}
public function get CloseConnection () : boolean

See Also

DaabAsyncResult Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace