A .NET wrapper to the SQLite database

SQLiteClient.GetRowHash Method (String, Int32)

Returns a hashtable row of resultset with given row index

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

Parameters

query
The query to perform
row
The row index to return

Return Value

Hashtable of row data

See Also

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