Overload | Description |
---|---|
Add(String,SQLiteType) | Adds a SQLiteParameter to the SQLiteParameterCollection given the parameter name and data type. |
Add(String,SQLiteType,Int32) | Adds a SQLiteParameter to the SQLiteParameterCollection given the the parameter name, data type, and data size. |
Add(String,SQLiteType,Int32,String) | Adds a SQLiteParameter to the SQLiteParameterCollection given the parameter name, data type, column width, and source column name. |
Add(String,Object) | Adds a SQLiteParameter to the SQLiteParameterCollection given the parameter name and value. |
Add(SQLiteParameter) | Adds the specified SQLiteParameter to the SQLiteParameterCollection. |