A .NET wrapper to the SQLite database

SQLiteResultSet.Rows Property

Returns the row data as an ArrayList.

[Visual Basic]
Public ReadOnly Property Rows As ArrayList
[C#]
public System.Collections.ArrayList Rows {get;}

Remarks

Each entry in the ArrayList will itself be an ArrayList of the fields.

See Also

SQLiteResultSet Class | SQLite.NET Namespace