How do you copy DbCommand parameters to another DbCommand, I want a new DbCommand with the same parameters as my last DbCommand. But now with a different sql string.
How do you copy DbCommand parameters to another DbCommand , I want a new
Share
You could put the code you need to re-use in a separate method: