dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataReader Class / GetSQLiteType Method / GetSQLiteType(Int32) Method
The zero-based column ordinal.

In This Topic
    GetSQLiteType(Int32) Method
    In This Topic
    Gets the value of the specified column as a SQLiteType object.
    Syntax
    'Declaration
     
    Public Overloads Function GetSQLiteType( _
       ByVal i As Integer _
    ) As SQLiteType
    public SQLiteType GetSQLiteType( 
       int i
    )

    Parameters

    i
    The zero-based column ordinal.

    Return Value

    The value of the specified column as a SQLiteType object.
    See Also