NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DBCommand.DefaultCommandTimeout

The default timeout value to be used when the DBCommand is initialized.

[Visual Basic]
Protected Const DefaultCommandTimeout As Integer
[C#]
protected const int DefaultCommandTimeout;
[C++]
protected: const int DefaultCommandTimeout;
[JScript]
protected var DefaultCommandTimeout : int;

See Also

DBCommand Class | DBCommand Members | System.Data.Internal Namespace