OleDbCommand::CommandTimeout Property
.NET Framework (current version)
Gets or sets the wait time before terminating an attempt to execute a command and generating an error.
Assembly: System.Data (in System.Data.dll)
public: property int CommandTimeout { virtual int get() override; virtual void set(int value) override; }
Property Value
Type: System::Int32The time (in seconds) to wait for the command to execute. The default is 30 seconds.
A value of 0 indicates no limit, and should be avoided in a CommandTimeout because an attempt to execute a command will wait indefinitely.
.NET Framework
Available since 1.1
Available since 1.1
Show: