|
-
March 1st, 2010, 06:55 AM
#1
What is the C# equiv to List(Of SqlParameter)) ?
I am trying to pass a list of SQLParamaters to an object and Cimperiali was kind enough to give me the code I needed but it was in VB.Net. I am writting my code in C# and can not figure out what the C# version of List(Of SqlParameter)) would be. I used an online converted that told me it was List<SqlParameter> but that does not seem to be working as I get the error "The namespace name List could not be found"
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
|