dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoader Class / LoadDataXml Method / LoadDataXml(String) Method
The path to the xml file that contains xml to obtain data from.

In This Topic
    LoadDataXml(String) Method
    In This Topic
    Loads data into the database table from xml file.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadDataXml( _
       ByVal file As String _
    ) 
    public void LoadDataXml( 
       string file
    )

    Parameters

    file
    The path to the xml file that contains xml to obtain data from.
    See Also