dotConnect for Dynamics 365 Documentation
Devart.Data.Dynamics Namespace / DynamicsRowUpdatedEventArgs Class
Properties Methods

DynamicsRowUpdatedEventArgs Class Members

The following tables list the members exposed by DynamicsRowUpdatedEventArgs.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DynamicsRowUpdatedEventArgs class.  
Top
Public Properties
 NameDescription
Public PropertyGets the DynamicsCommand executed when System.Data.Common.DbDataAdapter.Update() is called.  
Public PropertyGets any errors generated by the .NET Framework data provider when the System.Data.Common.RowUpdatedEventArgs.Command was executed. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the number of rows changed, inserted, or deleted by execution of the SQL statement. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the System.Data.DataRow sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the number of rows processed in a batch of updated records. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the type of SQL statement executed. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the System.Data.UpdateStatus of the System.Data.Common.RowUpdatedEventArgs.Command property. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Public PropertyGets the System.Data.Common.DataTableMapping sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.RowUpdatedEventArgs)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Copies references to the modified rows into the provided array. (Inherited from System.Data.Common.RowUpdatedEventArgs)
Top
See Also