Microsoft LINQ Books

Programming Microsoft LINQ & Introducing Microsoft LINQ
Welcome to Microsoft LINQ Books Sign in | Join | Help
in Search

Browse by Tags

All Tags » query expressio... » query syntax   (RSS)
  • Re: Contradiction between pages 74 and 87?

    Hi Rickee, thanks for your message! The examples on page 87 makes direct calls to LINQ operators through the syntax of extension methods. The statement on page 74 refers only to query expressions in C#, which are written with the syntax: from c in customerswhere c.City = ''London''select c.CompanyName; In that case you use a special syntax of ...
    Posted to Introducing Microsoft LINQ - Q&A (Forum) by Marco.Russo on dicembre 27, 2007
Powered by Community Server (Personal Edition), by Telligent Systems