DbDataAdapter.CreateRowUpdatedEvent Method
.NET Framework 2.0
Initializes a new instance of the RowUpdatedEventArgs class.
Namespace: System.Data.Common
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
protected: virtual RowUpdatedEventArgs^ CreateRowUpdatedEvent ( DataRow^ dataRow, IDbCommand^ command, StatementType statementType, DataTableMapping^ tableMapping )
protected RowUpdatedEventArgs CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
protected function CreateRowUpdatedEvent ( dataRow : DataRow, command : IDbCommand, statementType : StatementType, tableMapping : DataTableMapping ) : RowUpdatedEventArgs
Parameters
- dataRow
The DataRow used to update the data source.
- command
The IDbCommand executed during the Update.
- statementType
Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.
- tableMapping
A DataTableMapping object.
Return Value
A new instance of the RowUpdatedEventArgs class.Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.