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


In This Topic
    C1CSVConnection Class Properties
    In This Topic

    For a list of all members of this type, see C1CSVConnection members.

    Public Properties
     NameDescription
    Public Property The path to the config file for http/https Json source.  
    Public Property Gets or sets the string used to open the connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public Property (Inherited from System.Data.Common.DbConnection)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property A boolean indicating whether the CSV contains headers or not.  
    Public PropertyOverridden.  Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened.  
    Public PropertyOverridden.  Gets the name of the database server to which to connect.  
    Public Property A string that identifies a unique way to connect to a server. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public Property The maximum items returned per request to server (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public PropertyOverridden.  Gets a string that represents the version of the server to which the object is connected.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property Gets a string that describes the state of the connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public Property A boolean indicating whether to trim the values of fields or not.  
    Public Property The Uniform Resource Identifier (URI) for the CSV resource location.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.Data.Common.DbConnection)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property The logger where the runtime messages are passed to. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Top
    See Also