DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnectionStringBuilder Class / ContainsHeaders Property

In This Topic
    ContainsHeaders Property (C1CSVConnectionStringBuilder)
    In This Topic
    A boolean that indicates whether the CSV contains headers or not
    Syntax
    'Declaration
     
    Public Property ContainsHeaders As Boolean
    public bool ContainsHeaders {get; set;}
    See Also