Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateRowUpdatingEvent()

virtual RowUpdatingEventArgs System.Data.Common.DbDataAdapter.CreateRowUpdatingEvent ( DataRow dataRow,
IDbCommand? command,
StatementType statementType,
DataTableMapping tableMapping )
inlineprotectedvirtual

Definition at line 248 of file DbDataAdapter.cs.

249 {
250 return new RowUpdatingEventArgs(dataRow, command, statementType, tableMapping);
251 }

Referenced by System.Data.Common.DbDataAdapter.Update().