A .NET wrapper to the SQLite database

SQLiteClient.GetRow Method

Returns the first row of a queries result set

Overload List

Returns the first row of a queries result set

public ArrayList GetRow(string);

Returns the specified row of a queries result set

public ArrayList GetRow(string,int);

See Also

SQLiteClient Class | SQLite.NET Namespace