MySQL Connector/Net
MySqlConnectionStringBuilderLogging Property |
Gets or sets a boolean value that indicates whether logging is enabled.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

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