GetSQLiteText(Int32) Method
Gets the value of the specified column as a
SQLiteText object.
'Declaration
Public Overloads Function GetSQLiteText( _
ByVal 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.