MySQL Connector/Net
MySqlConnectionStringBuilderConnectionReset Property |
Gets or sets a boolean value indicating if the connection should be reset when retrieved
from the pool.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public bool ConnectionReset { get; set; }
Public Property ConnectionReset As Boolean Get Set
public: property bool ConnectionReset { bool get (); void set (bool value); }
member ConnectionReset : bool with get, set
Property Value
Type: Boolean