Hi, I want to create generic function that will need only parameter as Stored procedure name and will return the collection of the parameter list of that stored procedure. how to achieve this in c#. OR another way :-
can we write the stored procedure that will have the parameter as names of another SP let say as varchar type, and will return the list of parameters of passed SP , in sql server ?