MySqlBulkLoader Properties

MySQL Connector/Net

MySqlBulkLoader Properties

The MySqlBulkLoader type exposes the following members.

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.
Top
See Also