MySqlCommand.CacheAge Property

MySQL Connector/Net

MySqlCommandCacheAge Property

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

Property Value

Type: Int32
See Also