DbDataAdapter.CreateRowUpdatingEvent Method
.NET Framework 4.5
Initializes a new instance of the RowUpdatingEventArgs class.
Assembly: System.Data (in System.Data.dll)
'Declaration Protected Overridable Function CreateRowUpdatingEvent ( _ dataRow As DataRow, _ command As IDbCommand, _ statementType As StatementType, _ tableMapping As DataTableMapping _ ) As RowUpdatingEventArgs
Parameters
- dataRow
- Type: System.Data.DataRow
The DataRow that updates the data source.
- command
- Type: System.Data.IDbCommand
The IDbCommand to execute 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.RowUpdatingEventArgsA new instance of the RowUpdatingEventArgs 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.