9 references to InvalidStatementType
System.Data.Common (9)
System\Data\Common\AdapterUtil.Common.cs (4)
464throw ADP.InvalidStatementType(statementType); 502throw ADP.InvalidStatementType(statementType); 596throw ADP.InvalidStatementType(statementType); 632throw ADP.InvalidStatementType(statementType);
System\Data\Common\DBCommandBuilder.cs (2)
1564throw ADP.InvalidStatementType(stmtType); 1621throw ADP.InvalidStatementType(rowUpdatingEvent.StatementType);
System\Data\Common\DbDataAdapter.cs (1)
1802throw ADP.InvalidStatementType(statementType);
System\Data\Common\RowUpdatedEventArgs.cs (1)
34throw ADP.InvalidStatementType(statementType);
System\Data\Common\RowUpdatingEventArgs.cs (1)
30throw ADP.InvalidStatementType(statementType);