'Declaration Public Function New( _ ByVal selectCommand As SQLiteCommand, _ ByVal connection As SQLiteConnection _ )
public SQLiteDataTable( SQLiteCommand selectCommand, SQLiteConnection connection )
Parameters
- selectCommand
- A SQLiteCommand object used to select rows from the data source.
- connection
- A SQLiteConnection used to connect to the data source.