dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteParameter Class / SQLiteType Property

In This Topic
    SQLiteType Property
    In This Topic
    Gets or sets the SQLiteType of the parameter.
    Syntax
    'Declaration
     
    Public Property SQLiteType As SQLiteType
    public SQLiteType SQLiteType {get; set;}

    Property Value

    A SQLiteType value that is the SQLiteType of the parameter.
    Remarks
    The SQLiteType and DbType are linked. Therefore, setting the DbType changes the SQLiteType to a supporting SQLiteType.

    For a list of the supported data types, see the appropriate SQLiteType member. For more information, see "Using Parameters with a DataAdapter" in the Microsoft .NET Framework SDK documentation.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also