'Declaration Public Function New( _ ByVal commandText As String, _ ByVal connection As SQLiteConnection _ )
public SQLiteCommand( string commandText, SQLiteConnection connection )
Parameters
- commandText
- The text of the query.
- connection
- A SQLiteConnection object that represents the connection to SQLite.