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