Initializes a new instance of the ULRowUpdatedEventArgs class.
Public Sub New( ByVal row As DataRow, ByVal command As IDbCommand, ByVal statementType As StatementType, ByVal tableMapping As DataTableMapping )
public ULRowUpdatedEventArgs( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
row The System.Data.DataRow sent through an DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping).
command The System.Data.IDbCommand executed when DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) is called.
statementType One of the System.Data.StatementType values that specifies the type of query executed.
tableMapping The System.Data.Common.DataTableMapping sent through an DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping).