19 references to Update
System.Data (19)
fx\src\data\System\Data\Common\AdapterUtil.cs (4)
1115case StatementType.Update: 1163case StatementType.Update: 1300case StatementType.Update: 1336case StatementType.Update:
fx\src\data\System\Data\Common\DBCommandBuilder.cs (6)
872row, StatementType.Update, false 934row, (isUpdate ? StatementType.Update : StatementType.Delete), true 953row, (isUpdate ? StatementType.Update : StatementType.Delete), true 976row, (isUpdate ? StatementType.Update : StatementType.Delete), true 1380case StatementType.Update: 1433case StatementType.Update:
fx\src\data\System\Data\Common\DbDataAdapter.cs (7)
867statementType = StatementType.Update; 1192if ((StatementType.Update == statementType) || (StatementType.Delete == statementType)) { 1205if (((StatementType.Insert == statementType) || (StatementType.Update == statementType)) 1277else if ((StatementType.Insert == cmdIndex) || (StatementType.Update == cmdIndex)) { 1322if (((StatementType.Insert == cmdIndex) || (StatementType.Update == cmdIndex)) 1336case StatementType.Update: 1516case StatementType.Update: return parameter.SourceVersion;
fx\src\data\System\Data\Common\RowUpdatedEventArgs.cs (1)
36case StatementType.Update:
fx\src\data\System\Data\Common\RowUpdatingEventArgs.cs (1)
33case StatementType.Update: