C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class / CreateRowUpdatedEvent Method
The System.Data.DataRow used to update the data source.
The System.Data.IDbCommand executed during the System.Data.IDataAdapter.Update(System.Data.DataSet).
Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
A System.Data.Common.DataTableMapping object.

In This Topic
CreateRowUpdatedEvent Method (C1DataAdapterBase<TCommandImpl>)
In This Topic
Initializes a new instance of the System.Data.Common.RowUpdatedEventArgs class.
Syntax
'Declaration
 
Protected Overrides Function CreateRowUpdatedEvent( _
   ByVal dataRow As DataRow, _
   ByVal command As IDbCommand, _
   ByVal statementType As StatementType, _
   ByVal tableMapping As DataTableMapping _
) As RowUpdatedEventArgs
 

Parameters

dataRow
The System.Data.DataRow used to update the data source.
command
The System.Data.IDbCommand executed during the System.Data.IDataAdapter.Update(System.Data.DataSet).
statementType
Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
tableMapping
A System.Data.Common.DataTableMapping object.

Return Value

A new instance of the System.Data.Common.RowUpdatedEventArgs class.
See Also