Softlogger
Categories

Query syntax in VB


One other feature I'm liking in VB is that you can omit the trailing select clause in a query. That is, you can simply say this: From ch In "Hello" Where ch <> "H" which in C# would look like this: from ch in "Hello" where ch != 'H' select ch

Filed under: CSharp  |    On : 2007 Nov 11  |  From: Don Boxs Spoutlet   | related Posts

Similar Posts



Most Popular

Archives

  • 2008
  • 2007
  • 2006
  • 2005
  • 2004
  • 2003