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


In This Topic
    C1CSVConnection Class Members
    In This Topic

    The following tables list the members exposed by C1CSVConnection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbConnection)
    Public MethodOverridden.  Changes the current database for an open connection.  
    Public MethodOverridden.  Closes the connection to the database. This is the preferred method of closing any open connection.  
    Public Method (Inherited from System.Data.Common.DbConnection)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded.  Disposes the resources of this connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public Method (Inherited from System.Data.Common.DbConnection)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Returns schema information for the data source of this C1.DataConnector.AdoNet.C1ConnectionBase. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden.  Opens a database connection with the settings specified by the connection string.  
    Public MethodOverloaded. Overridden. An asynchronous version of Open open.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.  Begins a transaction on the connection.  
    Protected MethodOverridden. Creates and returns a System.Data.Common.DbCommand object associated with the current connection.  
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverridden.  Retrieve the metadata relatively to the columns.  
    Protected Method Retrieve the metadata relatively to the dataSource informations. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected Method Retrieve the metadata relatively to the foreign keys. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected Method Retrieve the metadata relatively to the index columns. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected Method Retrieve the metadata relatively to the indexes. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected MethodOverridden.  Retrieve the metadata relatively to the primary keys.  
    Protected Method Retrieve the metadata relatively to the reserved words. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method Retrieve the metadata relatively to the subtables. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected MethodOverridden.  Retrieve the metadata relatively to the tables.  
    Protected Method Retrieve the metadata relatively to the views. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodOverridden. A method that is executed everytime that the connection string used by this C1CSVConnectionStringBuilder has changed.  
    Protected Method (Inherited from System.Data.Common.DbConnection)
    Protected Method If the passed state is different than the current one, it updates it and fires the StateChange event. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public Event (Inherited from System.Data.Common.DbConnection)
    Top
    See Also