MySqlBulkLoader.FieldQuotationCharacter Property

MySQL Connector/Net

MySqlBulkLoaderFieldQuotationCharacter Property
Gets or sets the field quotation character.

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

Property Value

Type: Char
The field quotation character.
See Also