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!

ADOCommand.ShouldPersistCommandTimeout

Determines whether the CommandTimeout should be persisted.

[Visual Basic]
Public Function ShouldPersistCommandTimeout() As Boolean
[C#]
public bool ShouldPersistCommandTimeout();
[C++]
public: bool ShouldPersistCommandTimeout();
[JScript]
public function ShouldPersistCommandTimeout() : Boolean;

Return Value

true if CommandTimeout is not set to its default, otherwise false.

See Also

ADOCommand Class | ADOCommand Members | System.Data.ADO Namespace