dotConnect for Dynamics 365 Documentation
Devart.Data.Dynamics Namespace / DynamicsRowUpdatedEventArgs Class / DynamicsRowUpdatedEventArgs Constructor
The System.Data.DataRow sent through an update operation.
The DynamicsCommand executed when System.Data.Common.DbDataAdapter.Update() is called.
One of the System.Data.StatementType values that specifies the type of query executed.
The System.Data.Common.DataTableMapping sent through System.Data.Common.DbDataAdapter.Update().

DynamicsRowUpdatedEventArgs Constructor
Initializes a new instance of the DynamicsRowUpdatedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As DataRow, _
   ByVal command As IDbCommand, _
   ByVal statementType As StatementType, _
   ByVal tableMapping As DataTableMapping _
)
 

Parameters

row
The System.Data.DataRow sent through an update operation.
command
The DynamicsCommand executed when System.Data.Common.DbDataAdapter.Update() is called.
statementType
One of the System.Data.StatementType values that specifies the type of query executed.
tableMapping
The System.Data.Common.DataTableMapping sent through System.Data.Common.DbDataAdapter.Update().
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also