| Overload | Description |
|---|---|
| LoadDataXml(String) | Loads data into the database table from xml file. |
| LoadDataXml(String,MySqlLoaderOptions) | Loads data into the database table from xml file. |
| LoadDataXml(Stream) | Loads data into the database table from stream. |
| LoadDataXml(Stream,MySqlLoaderOptions) | Loads data into the database table from stream. |