Okay, well eventually I'll try that, for right now I'm being bad and using horrid coding to create a SQLiteParameterCollection (by creating a dummy command, adding my parameters to it, and then using SQLiteCommand.Parameters to retrieve the Parameter Collection).
It's ugly, but for now it works.,...