[]
Gets the collection of columns in the result set of the SQL query.
public IItemCollection<DataColumn> Columns { get; }
An IItemCollection<T> representing the columns in the result set.