dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoader Class / NextRow Method

In This Topic
NextRow Method (MySqlLoader)
In This Topic
Advances MySqlLoader to the next row.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub NextRow() 
 
Remarks
Call this method after you put the row to the MySqlLoader internal buffer. If MySqlLoader rows buffer is full NextRow method flushes rows buffer to the loading table.
See Also