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