We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b37505e + 016daf8 commit 2e08a60Copy full SHA for 2e08a60
src/MySqlConnector/MySql.Data.MySqlClient/MySqlConnection.cs
@@ -400,6 +400,10 @@ private SchemaProvider GetSchemaProvider()
400
SchemaProvider? m_schemaProvider;
401
#endif
402
403
+ /// <summary>
404
+ /// Gets the time (in seconds) to wait while trying to establish a connection
405
+ /// before terminating the attempt and generating an error. The default value is 15 seconds.
406
+ /// </summary>
407
public override int ConnectionTimeout => GetConnectionSettings().ConnectionTimeout;
408
409
public event MySqlInfoMessageEventHandler? InfoMessage;
0 commit comments