Name | Description | |
---|---|---|
MySqlLoaderOptions Constructor | Initializes a new instance of MySqlLoaderOptions. |
The following tables list the members exposed by MySqlLoaderOptions.
Name | Description | |
---|---|---|
MySqlLoaderOptions Constructor | Initializes a new instance of MySqlLoaderOptions. |
Name | Description | |
---|---|---|
CharSet | Gets or sets the character set of the file with data. | |
Columns | Gets or sets a semicilon-separated list of columns for the SET clause of the LOAD DATA statement. | |
ConflictOption | Gets or sets the conflict option. | |
EscapeCharacter | Gets or sets the escape character. | |
Expressions | Gets or sets an array of expressions for the SET clause of the LOAD DATA statement. | |
FieldQuotationCharacter | Gets or sets the field quotation character. | |
FieldQuotationOptional | Gets or sets a value indicating whether field quotation is optional. | |
FieldTerminator | Gets or sets the field terminator. | |
LinePrefix | Gets or sets the line prefix. | |
LineTerminator | Gets or sets the line terminator. | |
NumberOfLinesToSkip | Gets or sets the number of lines at the start of the file to skip. | |
Priority | Gets and sets the priority of the load operation. | |
RowsIdentified | Gets or sets the name of the element in the XML file that is considered equivalent to a row in the table. |