dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoader Class / LoadDataXml Method / LoadDataXml(Stream,MySqlLoaderOptions) Method
Specifies stream that contains plain text to obtain data from.
Specifies options used by MySQlLoader to generate LOAD DATA statement.

In This Topic
    LoadDataXml(Stream,MySqlLoaderOptions) Method
    In This Topic
    Loads data into the database table from stream.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadDataXml( _
       ByVal stream As Stream, _
       ByVal options As MySqlLoaderOptions _
    ) 
    public void LoadDataXml( 
       Stream stream,
       MySqlLoaderOptions options
    )

    Parameters

    stream
    Specifies stream that contains plain text to obtain data from.
    options
    Specifies options used by MySQlLoader to generate LOAD DATA statement.
    See Also