MySQL Connector/Net
| MySqlConnectionStringBuilderUsePerformanceMonitor Property |
Gets or sets a boolean value indicating if the permon hooks should be enabled.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntaxpublic bool UsePerformanceMonitor { get; set; }
Public Property UsePerformanceMonitor As Boolean Get Set
public: property bool UsePerformanceMonitor { bool get (); void set (bool value); }
member UsePerformanceMonitor : bool with get, set
Property Value
Type: Boolean
See Also