DbCommand::CommandTimeout Property
.NET Framework (current version)
Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
Assembly: System.Data (in System.Data.dll)
public: property int CommandTimeout { virtual int get() abstract; virtual void set(int value) abstract; }
Implements
IDbCommand::CommandTimeoutAn ArgumentException is generated if the assigned CommandTimeout property value is less than 0.
Note to implementers, it is recommended that 0 means no timeout.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: