16 references to Insert
System.Data (16)
fx\src\data\System\Data\Common\AdapterUtil.cs (3)
1112
case StatementType.
Insert
:
1160
case StatementType.
Insert
:
1333
case StatementType.
Insert
:
fx\src\data\System\Data\Common\DBCommandBuilder.cs (3)
780
row, StatementType.
Insert
, false
1377
case StatementType.
Insert
:
1430
case StatementType.
Insert
:
fx\src\data\System\Data\Common\DbDataAdapter.cs (8)
859
statementType = StatementType.
Insert
;
1205
if (((StatementType.
Insert
== statementType) || (StatementType.Update == statementType))
1208
if (StatementType.
Insert
== statementType) { // MDAC 64199
1277
else if ((StatementType.
Insert
== cmdIndex) || (StatementType.Update == cmdIndex)) {
1297
if ((StatementType.
Insert
== cmdIndex) && insertAcceptChanges) { // MDAC 64199
1322
if (((StatementType.
Insert
== cmdIndex) || (StatementType.Update == cmdIndex))
1325
if ((StatementType.
Insert
== cmdIndex) && insertAcceptChanges) { // MDAC 64199
1515
case StatementType.
Insert
: return DataRowVersion.Current; // ignores parameter.SourceVersion
fx\src\data\System\Data\Common\RowUpdatedEventArgs.cs (1)
35
case StatementType.
Insert
:
fx\src\data\System\Data\Common\RowUpdatingEventArgs.cs (1)
32
case StatementType.
Insert
: