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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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