CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping) method

Initializes a new instance of the System.Data.Common.RowUpdatedEventArgs class.

Visual Basic syntax

Protected Overrides Function CreateRowUpdatedEvent (ByVal dataRow As DataRow, ByVal command As IDbCommand, ByVal statementType As StatementType, ByVal tableMapping As DataTableMapping) As RowUpdatedEventArgs

C# syntax

protected override RowUpdatedEventArgs CreateRowUpdatedEvent (DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)

Parameters

Returns

A new instance of the System.Data.Common.RowUpdatedEventArgs class.