dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoader Class / LoadDataXml Method / LoadDataXml(Stream) Method
Specifies stream that contains plain text to obtain data from.

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

Parameters

stream
Specifies stream that contains plain text to obtain data from.
See Also