Hello, I was hoping to find an easy way to get a parameter list of a storec procedures parameters. If the proc has 3 params, I want a list like that:
param1
param2
param3
It would be best to be able to do that in C# Code, but SQL would suffice as well. Ideas?
Thanks!! :-)