9 references to InvalidStatementType
System.Data (9)
fx\src\data\System\Data\Common\AdapterUtil.cs (4)
1130
throw ADP.
InvalidStatementType
(statementType);
1178
throw ADP.
InvalidStatementType
(statementType);
1316
throw ADP.
InvalidStatementType
(statementType);
1348
throw ADP.
InvalidStatementType
(statementType);
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
1387
throw ADP.
InvalidStatementType
(stmtType);
1445
throw ADP.
InvalidStatementType
(rowUpdatingEvent.StatementType);
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
1522
throw ADP.
InvalidStatementType
(statementType);
fx\src\data\System\Data\Common\RowUpdatedEventArgs.cs (1)
41
throw ADP.
InvalidStatementType
(statementType);
fx\src\data\System\Data\Common\RowUpdatingEventArgs.cs (1)
39
throw ADP.
InvalidStatementType
(statementType);