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;
true if CommandTimeout is not set to its default, otherwise false.
ADOCommand Class | ADOCommand Members | System.Data.ADO Namespace