MySqlConnectionStringBuilder.TreatBlobsAsUTF8 Property

MySQL Connector/Net

MySqlConnectionStringBuilderTreatBlobsAsUTF8 Property
Indicates whether the driver should treat binary blobs as UTF8

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public bool TreatBlobsAsUTF8 { get; set; }
Public Property TreatBlobsAsUTF8 As Boolean
	Get
	Set
public:
property bool TreatBlobsAsUTF8 {
	bool get ();
	void set (bool value);
}
member TreatBlobsAsUTF8 : bool with get, set

Property Value

Type: Boolean
See Also