SqliteParameter.SqliteType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the SQLite type of the parameter.
public virtual Microsoft.Data.Sqlite.SqliteType SqliteType { get; set; }
member this.SqliteType : Microsoft.Data.Sqlite.SqliteType with get, set
Public Overridable Property SqliteType As SqliteType
Property Value
The SQLite type of the parameter.
Remarks
Due to SQLite's dynamic type system, parameter values are not converted.