|
-
March 1st, 2010, 07:33 AM
#2
Re: What is the C# equiv to List(Of SqlParameter)) ?
Hi there,
List<SqlParameter> seems ok. Perhaps you can show us more of the code you have used and also include the using statements at the top of the file. Chances are you are missing a reference to System.Collections.Generic where List<T> is defined.
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
|