A .NET wrapper to the SQLite database

SQLiteClient.GetColumn Method

Returns the first column of a queries result set

Overload List

Returns the first column of a queries result set

public ArrayList GetColumn(string);

Returns the specified column of a queries result set

public ArrayList GetColumn(string,int);

See Also

SQLiteClient Class | SQLite.NET Namespace