I have one table and a stored procedure(sp). I have to update the table using the stored procedure. At present I am using sp with four parameters but in the future may increase parameter list so, how can I update tge table without knowing parameters name and parameters count from Ado.Net.
Note: I don't know even single parameter name but I have to update that table by using SP and Ado.net.