'Declaration Public Overloads Function Add( _ ByVal value As SQLiteParameter _ ) As SQLiteParameter
public SQLiteParameter Add( SQLiteParameter value )
Parameters
- value
- The SQLiteParameter to add to the collection.
Return Value
The new SQLiteParameter object.