|
-
Apr 21st, 2005, 09:35 PM
#1
Thread Starter
Frenzied Member
newbie in csharp.
what is with statement from vb to c#?
VB Code:
with cm
.parameters.add("blah..blah")
end with
using cm????
-
Apr 21st, 2005, 10:13 PM
#2
Frenzied Member
Re: newbie in csharp.
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")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|