Returns an ArrayList of a column of data in the result set.
Returns an ArrayList of a column of data in the result set.
public ArrayList GetColumn(int);
Returns an ArrayList of a column of data in the result set using the coumn name.
public ArrayList GetColumn(string);
SQLiteResultSet Class | SQLite.NET Namespace