dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoader Class / Open() Method

In This Topic
    Open() Method
    In This Topic
    Prepares MySqlLoader for the loading.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub Open() 
    public override void Open()
    Remarks
    Use Open() method to prepare internal MySqlLoader structures for loading. If you do not call this method explicitly it will be called automatically.
    See Also