Columns Property
Columns
An IEnumerable containing tuples representing the column name and the data type of each column.
Declaration
public IEnumerable<(string ColumnName, Type DataType)> Columns { get; set; }
Public Property Columns As IEnumerable(Of (ColumnName As String, DataType As Type))