MySqlConnectionStringBuilder.ConnectionLifeTime Property

MySQL Connector/Net

MySqlConnectionStringBuilderConnectionLifeTime Property
Gets or sets the lifetime of a pooled connection.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public uint ConnectionLifeTime { get; set; }
Public Property ConnectionLifeTime As UInteger
	Get
	Set
public:
property unsigned int ConnectionLifeTime {
	unsigned int get ();
	void set (unsigned int value);
}
member ConnectionLifeTime : uint32 with get, set

Property Value

Type: UInt32
See Also