Timeout Property

MySQL Connector/Net

Gets or sets the timeout.

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

Syntax

C#
public int Timeout { get; set; }
Visual Basic (Declaration)
Public Property Timeout As Integer
Visual C++
public:
property int Timeout {
	int get ();
	void set (int value);
}

Field Value

The timeout.

See Also