dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteParameter Class / SQLiteParameter Constructor / SQLiteParameter Constructor(String)
The name of the parameter.

In This Topic
    SQLiteParameter Constructor(String)
    In This Topic
    Initializes a new instance of the SQLiteParameter class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parameterName As String _
    )
    public SQLiteParameter( 
       string parameterName
    )

    Parameters

    parameterName
    The name of the parameter.
    See Also