A .NET wrapper to the SQLite database

SQLiteResultSet.ColumnNames Property

Returns an ArrayList of the column names associated with this result set.

[Visual Basic]
Public ReadOnly Property ColumnNames As ArrayList
[C#]
public System.Collections.ArrayList ColumnNames {get;}

See Also

SQLiteResultSet Class | SQLite.NET Namespace