C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonConnection Class


C1JsonConnection Class Methods

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

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 MethodOverridden.  Retrieve the metadata relatively to the index columns.  
Protected MethodOverridden.  Retrieve the metadata relatively to the indexes.  
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 C1JsonConnectionStringBuilder 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
See Also