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

LoadDataPlanText(Stream,MySqlLoaderOptions) Method
Loads data into the database table from stream.
Syntax
'Declaration
 
Public Overloads Sub LoadDataPlanText( _
   ByVal stream As Stream, _
   ByVal options As MySqlLoaderOptions _
) 
 

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also