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