DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class / GetColumnNames Method
The table name

In This Topic
    GetColumnNames Method
    In This Topic
    Get list of column names for table
    Syntax
    'Declaration
     
    Protected Function GetColumnNames( _
       ByVal tableName As String _
    ) As List(Of String)
    protected List<string> GetColumnNames( 
       string tableName
    )

    Parameters

    tableName
    The table name
    See Also