MySqlBulkLoader Members

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

The MySqlBulkLoader type exposes the following members.

Constructors

  Name Description
Public method MySqlBulkLoader

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Load
Execute the load operation
Public method LoadAsync
Async version of Load
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property CharacterSet
Gets or sets the character set.
Public property Columns
Gets the columns.
Public property ConflictOption
Gets or sets the conflict option.
Public property Connection
Gets or sets the connection.
Public property EscapeCharacter
Gets or sets the escape character.
Public property Expressions
Gets the expressions.
Public property FieldQuotationCharacter
Gets or sets the field quotation character.
Public property FieldQuotationOptional
Gets or sets a value indicating whether [field quotation optional].
Public property FieldTerminator
Gets or sets the field terminator.
Public property FileName
Gets or sets the name of the file.
Public property LinePrefix
Gets or sets the line prefix.
Public property LineTerminator
Gets or sets the line terminator.
Public property Local
Gets or sets a value indicating whether the filename that is to be loaded is local to the client or not
Public property NumberOfLinesToSkip
Gets or sets the number of lines to skip.
Public property Priority
Gets or sets the priority.
Public property TableName
Gets or sets the name of the table.
Public property Timeout
Gets or sets the timeout.

See Also