Share via


DaabAsyncResult.DisposeCommand Property

Should the command be disposed 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 DisposeCommand As Boolean
public bool DisposeCommand { get; }
public:
property bool DisposeCommand {
    bool get ();
}
public function get DisposeCommand () : boolean

See Also

DaabAsyncResult Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace