A .NET wrapper to the SQLite database

SQLiteResultSet.GetRow Method (Int32)

Gets the row with the supplied index.

[Visual Basic]
Overloads Public Function GetRow( _
   ByVal rowIndex As Integer _
) As ArrayList
[C#]
public ArrayList GetRow(
   int rowIndex
);

Parameters

rowIndex
The row to retrieve

Return Value

An ArrayList of the fields

Remarks

The row index is zero based.

See Also

SQLiteResultSet Class | SQLite.NET Namespace | SQLiteResultSet.GetRow Overload List