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