MySqlBulkLoader.FieldQuotationOptional Property

MySQL Connector/Net

MySqlBulkLoaderFieldQuotationOptional Property
Gets or sets a value indicating whether [field quotation optional].

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

Property Value

Type: Boolean
true if [field quotation optional]; otherwise, false.
See Also