[]
        
(Showing Draft Content)

C1.DataConnector.SourceTable.Columns

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; }