TreatBlobsAsUTF8 Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Indicates whether the driver should treat binary blobs as UTF8

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

Syntax

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

See Also