Name | Description | |
---|---|---|
C1SalesforceConnection Constructor | Overloaded. |
The following tables list the members exposed by C1SalesforceConnection.
Name | Description | |
---|---|---|
C1SalesforceConnection Constructor | Overloaded. |
Name | Description | |
---|---|---|
ApiVersion | The API version of the Salesforce server | |
BaseUrl | The base url of the Salesforce server. | |
ConnectionString | Gets or sets the string used to open the connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
ConnectionTimeout | (Inherited from System.Data.Common.DbConnection) | |
Container | (Inherited from System.ComponentModel.Component) | |
Database | Overridden. 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. | |
DataSource | Overridden. Gets the name of the database server to which to connect. | |
Key | A string that identifies a unique way to connect to a server. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
MaxPageSize | The maximum items returned per request to server (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
ServerVersion | Overridden. Gets a string that represents the version of the server to which the object is connected. | |
Site | (Inherited from System.ComponentModel.Component) | |
State | Gets a string that describes the state of the connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DbProviderFactory | Overridden. Gets the DbProviderFactory for this connection. | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
Logger | The logger where the runtime messages are passed to. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) |
Name | Description | |
---|---|---|
BeginTransaction | Overloaded. (Inherited from System.Data.Common.DbConnection) | |
ChangeDatabase | Overridden. Changes the current database for an open connection. | |
Close | Overridden. Closes the connection to the database. This is the preferred method of closing any open connection. | |
CreateCommand | (Inherited from System.Data.Common.DbConnection) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Disposes the resources of this connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
EnlistTransaction | (Inherited from System.Data.Common.DbConnection) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetSchema | Overloaded. Returns schema information for the data source of this C1.DataConnector.AdoNet.C1ConnectionBase. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Open | Overridden. Opens a database connection with the settings specified by the connection string. | |
OpenAsync | Overloaded. Overridden. An asynchronous version of Open open. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
BeginDbTransaction | Overridden. Begins a transaction on the connection. | |
CreateDbCommand | Overridden. Creates and returns a System.Data.Common.DbCommand object associated with the current connection. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetColumnsSchema | Overridden. Retrieve the metadata relatively to the columns. | |
GetDataSourceInformationSchema | Retrieve the metadata relatively to the dataSource informations. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
GetForeignKeySchema | Overridden. Retrieve the metadata relatively to the foreign keys. | |
GetIndexColumns | Overridden. Retrieve the metadata relatively to the index columns. | |
GetIndexesSchema | Overridden. Retrieve the metadata relatively to the indexes. | |
GetPrimaryKeySchema | Overridden. Retrieve the metadata relatively to the primary keys. | |
GetReservedWordsSchema | Retrieve the metadata relatively to the reserved words. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
GetService | (Inherited from System.ComponentModel.Component) | |
GetSubTableSchema | Retrieve the metadata relatively to the subtables. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
GetTablesSchema | Overridden. Retrieve the metadata relatively to the tables. | |
GetViewsSchema | Retrieve the metadata relatively to the views. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnConnectionStringChanged | Overridden. A method that is executed everytime that the connection string used by this C1SalesforceConnectionStringBuilder has changed. | |
OnStateChange | (Inherited from System.Data.Common.DbConnection) | |
SetConnectionState | If the passed state is different than the current one, it updates it and fires the StateChange event. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
StateChange | (Inherited from System.Data.Common.DbConnection) |