IDbConnection::ConnectionTimeout Property
.NET Framework (current version)
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Int32The time (in seconds) to wait for a connection to open. The default value is 15 seconds.
A value of 0 indicates no limit to the wait time, rather than no wait time, and should be avoided in a ConnectionString because it would cause the connection attempt to wait indefinitely.
.NET Framework
Available since 1.1
Available since 1.1
Show: