DefaultCommandTimeout Property

MySQL Connector/Net

Gets or sets the default command timeout.

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

Syntax

C#
public uint DefaultCommandTimeout { get; set; }
Visual Basic (Declaration)
Public Property DefaultCommandTimeout As UInteger
Visual C++
public:
property unsigned int DefaultCommandTimeout {
	unsigned int get ();
	void set (unsigned int value);
}

See Also