'Declaration Public Overloads Function Add( _ ByVal parameterName As String, _ ByVal dbType As SQLiteType, _ ByVal size As Integer _ ) As SQLiteParameter
public SQLiteParameter Add( string parameterName, SQLiteType dbType, int size )
Parameters
- parameterName
- The name of the parameter.
- dbType
- size
- The maximum size, in bytes, of the data the parameter can contain.
Return Value
The new SQLiteParameter object.