asp.net.ph

IDbCommand.Cancel Method

System.Data Namespace   IDbCommand Class


Cancels the execution of an IDbCommand.

[ VB ]
NotOverridable Public Sub Cancel ( )

[ C# ]
public void Cancel ( );

[ C++ ]
public: __sealed void Cancel ( );

[ JScript ]
public function Cancel ( );

Remarks

If there is nothing to cancel, nothing happens. However, if there is a command in process, and the attempt to cancel fails, no exception is generated.

See Also

IDbCommand Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph