Code to test .Net Sql Data Client CommandTimeout
Find a file
2026-03-02 16:51:17 -06:00
ConnectionTimeoutTest renamed from ConnectionTimeoutTest to CommandTimeoutTest since that is what we're actually testing. 2021-07-13 12:46:11 -05:00
.gitattributes Add .gitignore and .gitattributes. 2021-07-13 12:11:53 -05:00
.gitignore Add .gitignore and .gitattributes. 2021-07-13 12:11:53 -05:00
CommandTimeoutTest.sln renamed from ConnectionTimeoutTest to CommandTimeoutTest since that is what we're actually testing. 2021-07-13 12:46:11 -05:00
README.md Update README.md 2026-03-02 16:51:17 -06:00

ConnectionTimeoutTest

Code to test .Net Sql Data Client CommandTimeout

The default clent-side connection timeout for .Net Sql Client is 30 seconds. This code shows how to change the default connection timeout to 60 seconds.