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

◆ CreateRowUpdatedEvent()

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

Definition at line 243 of file DbDataAdapter.cs.

244 {
245 return new RowUpdatedEventArgs(dataRow, command, statementType, tableMapping);
246 }

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