MySqlBulkLoader Class
From MySQL Connector/Net
MySQL Connector/Net
| MySqlBulkLoader Class |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
The MySqlBulkLoader type exposes the following members.
| Name | Description | |
|---|---|---|
| MySqlBulkLoader |
| Name | Description | |
|---|---|---|
| CharacterSet |
Gets or sets the character set.
| |
| Columns |
Gets the columns.
| |
| ConflictOption |
Gets or sets the conflict option.
| |
| Connection |
Gets or sets the connection.
| |
| EscapeCharacter |
Gets or sets the escape character.
| |
| Expressions |
Gets the expressions.
| |
| FieldQuotationCharacter |
Gets or sets the field quotation character.
| |
| FieldQuotationOptional |
Gets or sets a value indicating whether [field quotation optional].
| |
| FieldTerminator |
Gets or sets the field terminator.
| |
| FileName |
Gets or sets the name of the file.
| |
| LinePrefix |
Gets or sets the line prefix.
| |
| LineTerminator |
Gets or sets the line terminator.
| |
| Local |
Gets or sets a value indicating whether the filename that is to be loaded
is local to the client or not
| |
| NumberOfLinesToSkip |
Gets or sets the number of lines to skip.
| |
| Priority |
Gets or sets the priority.
| |
| TableName |
Gets or sets the name of the table.
| |
| Timeout |
Gets or sets the timeout.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load |
Execute the load operation
| |
| LoadAsync |
Async version of Load
| |
| LoadAsync(CancellationToken) | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |