dotConnect for SQLite Documentation
Devart.Common Namespace / DbLoader Class / LoadTable Method / LoadTable(DataTable,DataRowState) Method
The DataTable object to obtain data from.
The specified row state. Only rows that match it will be copied to the target table.

In This Topic
LoadTable(DataTable,DataRowState) Method
In This Topic
Loads rows that match to the specified row state from the specified DataTable into the table.
Syntax
'Declaration
 
Public Overloads Sub LoadTable( _
   ByVal table As DataTable, _
   ByVal rowState As DataRowState _
) 
 

Parameters

table
The DataTable object to obtain data from.
rowState
The specified row state. Only rows that match it will be copied to the target table.
Remarks
Loader can be in either opened or closed state. This method closes the loading session, so all rows are flushed to the table.
See Also