'Declaration Public Overloads Sub LoadDataXml( _ ByVal file As String, _ ByVal options As MySqlLoaderOptions _ ) |
public void LoadDataXml( string file, MySqlLoaderOptions options ) |
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.