'Declaration Public Function New( _ ByVal selectCommandText As String, _ ByVal connection As SQLiteConnection _ )
public SQLiteDataTable( string selectCommandText, SQLiteConnection connection )
Parameters
- selectCommandText
- The text of the selection command.
- connection
- A SQLiteConnection used to connect to the data source.