MySqlBulkLoader Members

MySQL Connector/Net

The MySqlBulkLoader type exposes the following members.

Constructors

  NameDescription
MySqlBulkLoader

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Load
Execute the load operation
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also