Returns the first row of a queries result set
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);
SQLiteClient Class | SQLite.NET Namespace