Class | Description | |
---|---|---|
DynamicsCommand | Represents a SQL statement or stored procedure to execute against Dynamics CRM. | |
DynamicsCommandBuilder | Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the Dynamics CRM. | |
DynamicsConnection | Represents an open connection to Dynamics CRM. | |
DynamicsConnectionStringBuilder | Generates automatically connection strings used to connect to Dynamics CRM. | |
DynamicsDataAdapter | Represents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a Dynamics CRM data. | |
DynamicsDataReader | Reads a forward-only stream of rows from Dynamics CRM. | |
DynamicsException | The exception that is generated when Dynamics CRM returns an error. | |
DynamicsLoader | Serves to load external data into Dynamics CRM. | |
DynamicsMetaDataCollectionNames | Enumerates collection names you can use for metadata retrieval purposes. | |
DynamicsMonitor | Monitors dynamic SQL execution in applications that use dotConnect for Dynamics CRM. | |
DynamicsParameter | Represents a parameter to a DynamicsCommand, and optionally, its mapping to System.Data.DataSet columns. | |
DynamicsParameterCollection | Collects all parameters relevant to a DynamicsCommand as well as their respective mappings to System.Data.DataSet columns. | |
DynamicsProviderFactory | Represents a factory required to create inheritors of generic base classes to use with dotConnect for Dynamics CRM. | |
DynamicsRowUpdatedEventArgs | Provides data for the DynamicsDataAdapter.RowUpdated event. | |
DynamicsRowUpdatingEventArgs | Provides data for the DynamicsDataAdapter.RowUpdating event. This class cannot be inherited. |