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