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

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

Parameters

i
The zero-based column ordinal.

Return Value

The value of the specified column as a Devart.Data.SQLite.SQLiteDataText object.
See Also