MySqlConnectionStringBuilder.CacheServerProperties Property
From MySQL Connector/Net
MySQL Connector/Net
| MySqlConnectionStringBuilderCacheServerProperties Property |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
public bool CacheServerProperties { get; set; }
Public Property CacheServerProperties As Boolean Get Set
public: property bool CacheServerProperties { bool get (); void set (bool value); }
member CacheServerProperties : bool with get, set