Synopsis
Command.ResetCommandTimeout();
Resets the CommandTimeout
property to the default
value, which is usually 30 seconds. This method
isn’t defined by the IDbCommand
interface and as such, isn’t guaranteed to be
supported by all ADO.NET
providers.