Version 13.400.33+
Language-Integrated Query (LINQ) is a set of features that extends powerful query capabilities to the language syntax. LINQ introduces standard, easily-learned patterns for querying and updating data.

SDF inherits LINQ functionality from C#. There are some syntax changes and limitations:
list
*SDF implements most common used LINQ methods. Some complex C# methods are missing.
iAny LINQ method can be implemented/added if necessary. Post request here, if you need it./i/*:m
*All LINQ methods are encapsulated in static SDF object Linq. You have to call them like "Linq.Select(...)".
iMethods are not available directly as an extension of IEnumerable type./i/*:m/list:u

Some useful examples of LINQ in C# on url=http://www.dotnetperls.com/linqDotNetPerls/url
