dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoaderOptions Class
Properties

In This Topic
    MySqlLoaderOptions Class Members
    In This Topic

    The following tables list the members exposed by MySqlLoaderOptions.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of MySqlLoaderOptions.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the character set of the file with data.  
    Public PropertyGets or sets a semicilon-separated list of columns for the SET clause of the LOAD DATA statement.  
    Public PropertyGets or sets the conflict option.  
    Public PropertyGets or sets the escape character.  
    Public PropertyGets or sets an array of expressions for the SET clause of the LOAD DATA statement.  
    Public PropertyGets or sets the field quotation character.  
    Public PropertyGets or sets a value indicating whether field quotation is optional.  
    Public PropertyGets or sets the field terminator.  
    Public PropertyGets or sets the line prefix.  
    Public PropertyGets or sets the line terminator.  
    Public PropertyGets or sets the number of lines at the start of the file to skip.  
    Public PropertyGets and sets the priority of the load operation.  
    Public PropertyGets or sets the name of the element in the XML file that is considered equivalent to a row in the table.  
    Top
    See Also