LINQ
Posted: 03 Apr 2015, 11:40
size=150LINQ/size
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.
color=#FF0000bLinq can improve your code dramatically. It can make it much more efficient, readable and maintainable. Please pay attention to this feature!/b/color
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
Read more about LINQ in C# url=https://msdn.microsoft.com/cs-cz/library/bb397926.aspxMSDN web site/url.
Some useful examples of LINQ in C# on url=http://www.dotnetperls.com/linqDotNetPerls/url
See attached example for more details about Linq in SDF.
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
