| 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 Parameters
- query
- The SQL to execute
Return Value
ArrayList of hashtables of row data
See Also
SQLiteClient Class | SQLite.NET Namespace