SqliteParameter.SqliteType Property

Definition

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.

Applies to