Class | Description | |
---|---|---|
![]() | DynamicsCommand | Represents a SQL statement or stored procedure to execute against Dynamics 365. |
![]() | DynamicsCommandBuilder | Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the Dynamics 365. |
![]() | DynamicsConnection | Represents an open connection to Dynamics 365. |
![]() | DynamicsConnectionStringBuilder | Generates automatically connection strings used to connect to Dynamics 365. |
![]() | 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 365 data. |
![]() | DynamicsDataReader | Reads a forward-only stream of rows from Dynamics 365. |
![]() | DynamicsException | The exception that is generated when Dynamics 365 returns an error. |
![]() | DynamicsLoader | Serves to load external data into Dynamics 365. |
![]() | DynamicsMetaDataCollectionNames | Enumerates collection names you can use for metadata retrieval purposes. |
![]() | DynamicsMonitor | Monitors dynamic SQL execution in applications that use dotConnect for Dynamics 365. |
![]() | 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 365. |
![]() | DynamicsRowUpdatedEventArgs | Provides data for the DynamicsDataAdapter.RowUpdated event. |
![]() | DynamicsRowUpdatingEventArgs | Provides data for the DynamicsDataAdapter.RowUpdating event. This class cannot be inherited. |