B
Brett Wickard
Anyone know of a good way to autogenerate stored procedure parameters to put
into c# code? I don't need to do it on the fly, just while coding. I've
got some SPs with a lot of parameters, so it would save some time to be able
to make the code for the SqlParameter object automatically.
into c# code? I don't need to do it on the fly, just while coding. I've
got some SPs with a lot of parameters, so it would save some time to be able
to make the code for the SqlParameter object automatically.