dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace
/
SQLiteParameter Class
/ SQLiteParameter Constructor
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
SQLiteParameter Constructor
In This Topic
Initializes a new instance of the
SQLiteParameter
class.
Overload List
Overload
Description
SQLiteParameter Constructor()
Initializes a new instance of the
SQLiteParameter
class.
SQLiteParameter Constructor(String,SQLiteType)
Initializes a new instance of the
SQLiteParameter
class with the parameter name and data type.
SQLiteParameter Constructor(String,Object)
Initializes a new instance of the
SQLiteParameter
class with the parameter name and a
SQLiteParameter
object.
SQLiteParameter Constructor(String,SQLiteType,Int32)
Initializes a new instance of the
SQLiteParameter
class with the parameter name, data type, and width.
SQLiteParameter Constructor(String)
Initializes a new instance of the
SQLiteParameter
class.
SQLiteParameter Constructor(String,SQLiteType,Int32,String)
Initializes a new instance of the
SQLiteParameter
class with the parameter name, data type, width, and source column name. For internal use.
SQLiteParameter Constructor(String,SQLiteType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object)
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.
SQLiteParameter Constructor(String,SQLiteType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Boolean,Object)
Initializes a new instance of the
SQLiteParameter
class.
SQLiteParameter Constructor(String,ParameterDirection,Boolean,String,DataRowVersion,Object)
Initializes a new instance of the
SQLiteParameter
class.
See Also
Reference
SQLiteParameter Class
SQLiteParameter Members