A .NET wrapper to the SQLite database

SQLiteResultSet.GetRow Method ()

Returns the next row from the result set based on the internal row pointer.

[Visual Basic]
Overloads Public Function GetRow() As ArrayList
[C#]
public ArrayList GetRow();

Return Value

ArrayList of the next row data

See Also

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