PDA

Click to See Complete Forum and Search --> : newbie in csharp.


mar_zim
Apr 21st, 2005, 09:35 PM
what is with statement from vb to c#?

with cm
.parameters.add("blah..blah")
end with


using cm????:confused:

StrangerInBeijing
Apr 21st, 2005, 10:13 PM
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/utilities/convertvbtocsharp.aspx

oh..your q? a = cm.parameters.add("blah..blah")