[]
An IEnumerable containing tuples representing the column name and the data type of each column.
public IEnumerable<(string ColumnName, Type DataType)> Columns { get; set; }