Timeout Property

MySQL Connector/Net

Looks up a localized string similar to Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding..

Namespace:  MySql.Data.MySqlClient.Properties
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public static string Timeout { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Timeout As String
Visual C++
public:
static property String^ Timeout {
	String^ get ();
}

See Also