MySQL Connector/Net
| MySqlConnectionStringBuilderUseCompression Property |
Gets or sets a boolean value that indicates whether this connection
should use compression.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntaxpublic bool UseCompression { get; set; }
Public Property UseCompression As Boolean Get Set
public: property bool UseCompression { bool get (); void set (bool value); }
member UseCompression : bool with get, set
Property Value
Type: Boolean
See Also