dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoader Class / LoadDataXml Method / LoadDataXml(String,MySqlLoaderOptions) Method
The path to the xml file that contains xml to obtain data from.
Specifies options used by MySQlLoader to generate LOAD DATA statement.

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

Parameters

file
The path to the xml file that contains xml to obtain data from.
options
Specifies options used by MySQlLoader to generate LOAD DATA statement.
See Also