|
-
May 9th, 2002, 01:12 PM
#1
Thread Starter
Junior Member
VB.NET equivalence of SQL's "IN" comparison operator
Basically I'm looking to evaluate the following:
Dim MyChar as Char = "3"
MyChar IN ("1","2","3") 'hopefully would return true
-------
Obviously the "MyChar IN" line is incorrect syntax, however I haven't been able to find a VB.NET equivalent to the 'IN' keyword of SQL.
Anyone have any suggestions?
Thanks,
Jeff Rhine
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
|