18 references to Insert
System.Data.Common (18)
System\Data\Common\AdapterUtil.Common.cs (5)
230
case StatementType.
Insert
:
446
case StatementType.
Insert
:
484
case StatementType.
Insert
:
591
case StatementType.
Insert
:
617
case StatementType.
Insert
:
System\Data\Common\DBCommandBuilder.cs (3)
874
row, StatementType.
Insert
, false
1554
case StatementType.
Insert
:
1606
case StatementType.
Insert
:
System\Data\Common\DbDataAdapter.cs (8)
1026
statementType = StatementType.
Insert
;
1423
if (((StatementType.
Insert
== statementType) || (StatementType.Update == statementType))
1426
if (StatementType.
Insert
== statementType)
1508
else if ((StatementType.
Insert
== cmdIndex) || (StatementType.Update == cmdIndex))
1536
if ((StatementType.
Insert
== cmdIndex) && insertAcceptChanges)
1564
if (((StatementType.
Insert
== cmdIndex) || (StatementType.Update == cmdIndex))
1567
if ((StatementType.
Insert
== cmdIndex) && insertAcceptChanges)
1795
case StatementType.
Insert
: return DataRowVersion.Current; // ignores parameter.SourceVersion
System\Data\Common\RowUpdatedEventArgs.cs (1)
28
case StatementType.
Insert
:
System\Data\Common\RowUpdatingEventArgs.cs (1)
23
case StatementType.
Insert
: