DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SourceTable Class / Columns Property

In This Topic
    Columns Property (SourceTable)
    In This Topic
    An IEnumerable containing tuples representing the column name and the data type of each column.
    Syntax
    'Declaration
     
    Public Property Columns As IEnumerable(Of ValueTuple(Of String,Type))
    public IEnumerable<ValueTuple<string,Type>> Columns {get; set;}
    See Also