5 references to NoStoredProcedureExists
System.Data (5)
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (3)
148throw ADP.NoStoredProcedureExists(command.CommandText); 290throw ADP.NoStoredProcedureExists(command.CommandText); 298throw ADP.NoStoredProcedureExists(command.CommandText);
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
2732throw ADP.NoStoredProcedureExists(this.CommandText); 2953throw ADP.NoStoredProcedureExists(this.CommandText);