SqlRowUpdatingEventArgs
Provides data for the RowUpdating event.
Gets or sets the SqlCommand to execute when performing the Update.
public SqlRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Initializes a new instance of the SqlRowUpdatingEventArgs class.