DB2RowUpdatingEventArgs Constructor
Initializes a new instance of the DB2RowUpdatingEventArgs class.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Sub New( _
ByVal row As DataRow, _
ByVal command As IDbCommand, _
ByVal statementType As StatementType, _
ByVal tableMapping As DataTableMapping _
)
[C#]
public DB2RowUpdatingEventArgs(
DataRow row,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
);
[C++]
public: DB2RowUpdatingEventArgs(
DataRow* row,
IDbCommand* command,
StatementType statementType,
DataTableMapping* tableMapping
);
[JScript]
public function DB2RowUpdatingEventArgs(
row : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
);
Parameters
- row
- The DataRow to update.
- command
- The DB2®Command to execute during the update operation.
- statementType
- One of the System.Data.StatementType values that specifies the type of query executed.
- tableMapping
- The DataTableMapping sent through Update.