MySqlBulkLoader Class

MySQL Connector/Net

MySqlBulkLoader Class
Inheritance Hierarchy
SystemObject  MySql.Data.MySqlClientMySqlBulkLoader

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public class MySqlBulkLoader
Public Class MySqlBulkLoader
public ref class MySqlBulkLoader
type MySqlBulkLoader =  class end

The MySqlBulkLoader type exposes the following members.

Constructors
  NameDescription
Public methodMySqlBulkLoader
Top
Properties
  NameDescription
Public propertyCharacterSet
Gets or sets the character set.
Public propertyColumns
Gets the columns.
Public propertyConflictOption
Gets or sets the conflict option.
Public propertyConnection
Gets or sets the connection.
Public propertyEscapeCharacter
Gets or sets the escape character.
Public propertyExpressions
Gets the expressions.
Public propertyFieldQuotationCharacter
Gets or sets the field quotation character.
Public propertyFieldQuotationOptional
Gets or sets a value indicating whether [field quotation optional].
Public propertyFieldTerminator
Gets or sets the field terminator.
Public propertyFileName
Gets or sets the name of the file.
Public propertyLinePrefix
Gets or sets the line prefix.
Public propertyLineTerminator
Gets or sets the line terminator.
Public propertyLocal
Gets or sets a value indicating whether the filename that is to be loaded is local to the client or not
Public propertyNumberOfLinesToSkip
Gets or sets the number of lines to skip.
Public propertyPriority
Gets or sets the priority.
Public propertyTableName
Gets or sets the name of the table.
Public propertyTimeout
Gets or sets the timeout.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Execute the load operation
Public methodLoadAsync
Async version of Load
Public methodLoadAsync(CancellationToken)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also