dotConnect for Dynamics 365 Documentation
Devart.Data.Dynamics Namespace / DynamicsDataAdapter Class

In This Topic
DynamicsDataAdapter Class Events
In This Topic

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

Public Events
 NameDescription
Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
Public EventReturned when an error occurs during a fill operation. (Inherited from System.Data.Common.DataAdapter)
Public EventOccurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) after a command is executed against the data source. The attempt to update is made, so the event fires.  
Public EventOccurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) before a command is executed against the data source. The attempt to update is made, so the event fires.  
Top
See Also