'Declaration Public Function New( _ ByVal dataRow As DataRow, _ ByVal command As TdCommand, _ ByVal statementType As StatementType, _ ByVal tableMapping As DataTableMapping _ )
'Usage Dim dataRow As DataRow Dim command As TdCommand Dim statementType As StatementType Dim tableMapping As DataTableMapping Dim instance As New TdRowUpdatedEventArgs(dataRow, command, statementType, tableMapping)
public TdRowUpdatedEventArgs( DataRow dataRow, TdCommand command, StatementType statementType, DataTableMapping tableMapping )
public: TdRowUpdatedEventArgs( DataRow^ dataRow, TdCommand^ command, StatementType statementType, DataTableMapping^ tableMapping )
Parameters
- dataRow
- A System.Data.DataRow that is targeted for an update via a call to TdDataAdapter.Update.
- command
- A command executed to reconcile DataRow changes back to the Advanced SQL Engine
- statementType
- Specifies the SQL statement type (e.g. UPDATE, INSERT or DELETE).
- tableMapping
- Show how DataRow columns are mapped to Teradata database columns.