FieldQuotationCharacter Property

MySQL Connector/Net

Gets or sets the field quotation character.

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

Syntax

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

Field Value

The field quotation character.

See Also