A .NET wrapper to the SQLite database

SQLiteClient.GetRowHash Method

Returns a hashtable of first row of resultset

Overload List

Returns a hashtable of first row of resultset

public Hashtable GetRowHash(string);

Returns a hashtable row of resultset with given row index

public Hashtable GetRowHash(string,int);

See Also

SQLiteClient Class | SQLite.NET Namespace