A .NET wrapper to the SQLite database

SQLiteResultSet.GetRowHash Method

Returns a Hashtable of the next row

Overload List

Returns a Hashtable of the next row

public Hashtable GetRowHash();

Returns a Hashtable of the given row index

public Hashtable GetRowHash(int);

See Also

SQLiteResultSet Class | SQLite.NET Namespace