A .NET wrapper to the SQLite database

SQLiteClient.GetAllHash Method 

Returns an ArrayList of the rows of the results of the given query.

[Visual Basic]
Public Function GetAllHash( _
   ByVal query As String _
) As ArrayList
[C#]
public ArrayList GetAllHash(
   string query
);

Parameters

query
The SQL to execute

Return Value

ArrayList of hashtables of row data

See Also

SQLiteClient Class | SQLite.NET Namespace