Returns the next row from the result set based on the internal row pointer.
Returns the next row from the result set based on the internal row pointer.
public ArrayList GetRow();
Gets the row with the supplied index.
public ArrayList GetRow(int);
SQLiteResultSet Class | SQLite.NET Namespace