How to return a stored procedure as a string in C# code and ALTER it partially

175 Views Asked by At

I want to change a part of a stored procedure in C# code. It would be great if someone can offer a solution how to do that with DataAdapter. So, basically, I need to return the store procedure from database as a string so than I can replace a part of that string and finally execute it. Any suggestions? Thanks in advance!

0

There are 0 best solutions below