A .NET wrapper to the SQLite database

SQLiteResultSet.GetRowHash Method ()

Returns a Hashtable of the next row

[Visual Basic]
Overloads Public Function GetRowHash() As Hashtable
[C#]
public Hashtable GetRowHash();

Return Value

Hashtable of the row data

Remarks

Similar to GetRow() but returns a Hashtable with the column names as the key and column values as the value.

See Also

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