A .NET wrapper to the SQLite database

SQLiteClient.GetRowHash Method (String)

Returns a hashtable of first row of resultset

[Visual Basic]
Overloads Public Function GetRowHash( _
   ByVal query As String _
) As Hashtable
[C#]
public Hashtable GetRowHash(
   string query
);

Parameters

query
The query to perform

Return Value

Hashtable of row data

See Also

SQLiteClient Class | SQLite.NET Namespace | SQLiteClient.GetRowHash Overload List