CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping) method

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

Visual Basic syntax

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

C# syntax

protected override RowUpdatingEventArgs CreateRowUpdatingEvent (DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)

Parameters

Returns

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