dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteParameter Class / SQLiteParameter Constructor

In This Topic
SQLiteParameter Constructor
In This Topic
Initializes a new instance of the SQLiteParameter class.
Overload List
OverloadDescription
Initializes a new instance of the SQLiteParameter class.  
Initializes a new instance of the SQLiteParameter class with the parameter name and data type.  
Initializes a new instance of the SQLiteParameter class with the parameter name and a SQLiteParameter object.  
Initializes a new instance of the SQLiteParameter class with the parameter name, data type, and width.  
Initializes a new instance of the SQLiteParameter class.  
Initializes a new instance of the SQLiteParameter class with the parameter name, data type, width, and source column name. For internal use.  
Initializes a new instance of the SQLiteParameter class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties.  
Initializes a new instance of the SQLiteParameter class.  
Initializes a new instance of the SQLiteParameter class.  
See Also