A .NET wrapper to the SQLite database

SQLiteResultSet.GetColumn Method

Returns an ArrayList of a column of data in the result set.

Overload List

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);

See Also

SQLiteResultSet Class | SQLite.NET Namespace