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
Overload List
See Also
What's New
Getting Started
General Information
Database Application Development Concepts
ORM Solutions
Integration
FAQ
Reference
Devart.Data Assembly
Devart.Data.SQLite Assembly
Overview
Namespaces
Devart.Common Namespace
Overview
Classes
DbConnectionBase
SelectColumn
SelectColumnCollection
SelectStatement
SelectStatementNode
SelectTable
SelectTableCollection
Devart.Data.SQLite Namespace
Overview
Classes
SQLiteAggregateFunction
SQLiteAggregateFunction<TResult>
SQLiteAggregateFunction<T1,TResult>
SQLiteAggregateFunction<T1,T2,TResult>
SQLiteAggregateFunction<T1,T2,T3,TResult>
SQLiteAggregateFunction<T1,T2,T3,T4,TResult>
SQLiteAggregateFunction<T1,T2,T3,T4,T5,TResult>
SQLiteAggregateFunction<T1,T2,T3,T4,T5,T6,TResult>
SQLiteAggregateFunction<T1,T2,T3,T4,T5,T6,T7,TResult>
SQLiteAggregateFunction<T1,T2,T3,T4,T5,T6,T7,T8,TResult>
SQLiteBlob
SQLiteCollationFunction
SQLiteCommand
SQLiteCommandBuilder
SQLiteConnection
SQLiteConnectionStringBuilder
SQLiteDataAdapter
SQLiteDataReader
SQLiteDataSet
SQLiteDataTable
SQLiteDump
SQLiteErrorEventArgs
SQLiteException
SQLiteFunction
SQLiteMetaDataCollectionNames
SQLiteMonitor
SQLiteParameter
Overview
Members
SQLiteParameter Constructor
SQLiteParameter Constructor()
SQLiteParameter Constructor(String,SQLiteType)
SQLiteParameter Constructor(String,Object)
SQLiteParameter Constructor(String,SQLiteType,Int32)
SQLiteParameter Constructor(String)
SQLiteParameter Constructor(String,SQLiteType,Int32,String)
SQLiteParameter Constructor(String,SQLiteType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object)
SQLiteParameter Constructor(String,SQLiteType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Boolean,Object)
SQLiteParameter Constructor(String,ParameterDirection,Boolean,String,DataRowVersion,Object)
Methods
Clone Method
ResetDbType Method
ToString Method
Properties
DbType Property
Direction Property
Precision Property
Scale Property
SQLiteType Property
SQLiteValue Property
SQLiteParameterCollection
SQLiteProviderFactory
SQLiteRowUpdatedEventArgs
SQLiteRowUpdatingEventArgs
SQLiteScalarFunction
SQLiteScalarFunction<TResult>
SQLiteScalarFunction<T1,TResult>
SQLiteScalarFunction<T1,T2,TResult>
SQLiteScalarFunction<T1,T2,T3,TResult>
SQLiteScalarFunction<T1,T2,T3,T4,TResult>
SQLiteScalarFunction<T1,T2,T3,T4,T5,TResult>
SQLiteScalarFunction<T1,T2,T3,T4,T5,T6,TResult>
SQLiteScalarFunction<T1,T2,T3,T4,T5,T6,T7,TResult>
SQLiteScalarFunction<T1,T2,T3,T4,T5,T6,T7,T8,TResult>
SQLiteScript
SQLiteSelectLimit
SQLiteSelectStatement
SQLiteSnapshot
SQLiteText
SQLiteTransaction
Enumerations
AutoVacuumMode
EncryptionMode
JournalMode
LockingMode
SQLiteDateFormats
SQLiteDumpObjects
SQLiteErrorCode
SQLiteForeignKeyConstraints
SQLiteSecureDelete
SQLiteTransactionMode
SQLiteType
SynchronizationMode
TempStoreMode
Structures
SQLiteDateTime
Delegates
SQLiteErrorEventHandler
SQLiteProgressCallback
SQLiteRowUpdatedEventHandler
SQLiteRowUpdatingEventHandler
Devart.Data.SQLite.Synchronization Assembly
Devart.Data.Synchronization Assembly
SQLiteParameter Constructor
In This Topic
Overload List
See Also
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