MySqlConnection.UseCompression Property

MySQL Connector/Net

MySqlConnectionUseCompression Property
Indicates if this connection should use compression when communicating with the server.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public bool UseCompression { get; }
Public ReadOnly Property UseCompression As Boolean
	Get
public:
property bool UseCompression {
	bool get ();
}
member UseCompression : bool with get

Property Value

Type: Boolean
See Also