DbDataAdapter.CreateRowUpdatedEvent Method
.NET Framework 4.5
Initializes a new instance of the RowUpdatedEventArgs class.
Assembly: System.Data (in System.Data.dll)
'Declaration Protected Overridable Function CreateRowUpdatedEvent ( _ dataRow As DataRow, _ command As IDbCommand, _ statementType As StatementType, _ tableMapping As DataTableMapping _ ) As RowUpdatedEventArgs
Parameters
- dataRow
- Type: System.Data.DataRow
The DataRow used to update the data source.
- command
- Type: System.Data.IDbCommand
The IDbCommand executed during the Update.
- statementType
- Type: System.Data.StatementType
Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
- tableMapping
- Type: System.Data.Common.DataTableMapping
A DataTableMapping object.
Return Value
Type: System.Data.Common.RowUpdatedEventArgsA new instance of the RowUpdatedEventArgs class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.