A .NET wrapper to the SQLite database

SQLiteResultSet.GetRowHash Method (Int32)

Returns a Hashtable of the given row index

[Visual Basic]
Overloads Public Function GetRowHash( _
   ByVal rowIndex As Integer _
) As Hashtable
[C#]
public Hashtable GetRowHash(
   int rowIndex
);

Parameters

rowIndex
Index of row to return

Return Value

Hashtable of the row data

Remarks

Similar to GetRow(idx) 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