dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteParameterCollection Class / Add Method / Add(SQLiteParameter) Method
The SQLiteParameter to add to the collection.

In This Topic
    Add(SQLiteParameter) Method
    In This Topic
    Adds the specified SQLiteParameter to the SQLiteParameterCollection.
    Syntax
    '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.
    See Also