DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnection Class
Members

In This Topic
    C1CSVConnection Class
    In This Topic
    C1CSVConnection represents a connection to a CSV server. The connection can be used to query the data hosted by the server or request modifications.
    Object Model
    C1CSVConnection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1CSVConnection 
       Inherits C1.DataConnector.AdoNet.C1ConnectionBase(Of C1CSVConnection)
    public sealed class C1CSVConnection : C1.DataConnector.AdoNet.C1ConnectionBase<C1CSVConnection> 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbConnection
                C1.DataConnector.AdoNet.C1ConnectionBase
                   C1.DataConnector.AdoNet.C1ConnectionBase<TConnectionImpl>
                      C1.AdoNet.CSV.C1CSVConnection

    See Also