what is with statement from vb to c#?
VB Code:
with cm .parameters.add("blah..blah") end with
using cm????:confused:
Printable View
what is with statement from vb to c#?
VB Code:
with cm .parameters.add("blah..blah") end with
using cm????:confused:
hi,
1) There is no "With" clause in c#
2) Look at the attached doc, it might help (forgot the oke's name that gave it to me here, but thanx mate, helped a lot)
3) Use this link to convert sections of code (thanx Mendhak, this helped a teeny weeny little bit) http://www.developerfusion.com/utili...btocsharp.aspx
oh..your q? a = cm.parameters.add("blah..blah")