TreatBlobsAsUTF8 Property

MySQL Connector/Net

Indicates whether the driver should treat binary blobs as UTF8

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public bool TreatBlobsAsUTF8 { get; set; }
Visual Basic (Declaration)
Public Property TreatBlobsAsUTF8 As Boolean
Visual C++
public:
property bool TreatBlobsAsUTF8 {
	bool get ();
	void set (bool value);
}

See Also