Mono Class Library: Overview

MySql.Data.MySqlClient.MySqlBulkLoader: Members

The members of MySql.Data.MySqlClient.MySqlBulkLoader are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

CharacterSetstring. Gets or sets the character set.
[read-only]
ColumnsSystem.Collections.Specialized.StringCollection. Gets the columns.
ConflictOptionMySqlBulkLoaderConflictOption. Gets or sets the conflict option.
ConnectionMySqlConnection. Gets or sets the connection.
EscapeCharacterchar. Gets or sets the escape character.
[read-only]
ExpressionsSystem.Collections.Specialized.StringCollection. Gets the expressions.
FieldQuotationCharacterchar. Gets or sets the field quotation character.
FieldQuotationOptionalbool. Gets or sets a value indicating whether [field quotation optional].
FieldTerminatorstring. Gets or sets the field terminator.
FileNamestring. Gets or sets the name of the file.
LinePrefixstring. Gets or sets the line prefix.
LineTerminatorstring. Gets or sets the line terminator.
Localbool. Gets or sets a value indicating whether the filename that is to be loaded is local to the client or not
NumberOfLinesToSkipint. Gets or sets the number of lines to skip.
PriorityMySqlBulkLoaderPriority. Gets or sets the priority.
TableNamestring. Gets or sets the name of the table.
Timeoutint. Gets or sets the timeout.

Public Methods

Load() : int
Execute the load operation