FieldQuotationCharacter Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets or sets the field quotation character.

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

Syntax

C#
public char FieldQuotationCharacter { get; set; }
Visual Basic
Public Property FieldQuotationCharacter As Char
	Get
	Set
Visual C++
public:
property wchar_t FieldQuotationCharacter {
	wchar_t get ();
	void set (wchar_t value);
}

Field Value

The field quotation character.

See Also