A .NET wrapper to the SQLite database

SQLiteResultSet.GetRow Method

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

Overload List

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);

See Also

SQLiteResultSet Class | SQLite.NET Namespace