Created on 15 May 2016
icon_unfollowing
Login to follow
dynamic-linq

Dynamic LINQ

Stable version 11.1.0 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 28 September 2019 by 
dynamic-linq

Dynamic LINQ

Details
Query Record List with Dynamic LINQ
Read more

With this component, you can query Record List with following query

WHERE {Employee}.[Id] > 101
ORDER BY {Employee}.[EmployeeName] DESC
SELECT {Employee}.[Id], {Employee}.[EmployeeName]

GROUP BY {Employee}.[Gender]
SELECT it.key.Gender, Count(),Max({Employee}.[Birthday])

FROM t1
JOIN t2 ON {Employee}.[Gender] = {Gender}.[Id]
SELECT t1.{Employee}.[Id], t1.{Employee}.[EmployeeName], t2.{Gender}.[Label]


Release notes (11.1.0)

- Upgrade to Version 11

- Remove Unused Reference (Charts) from sample 

- Move Sample module to Demo Application


Reviews (0)
Category
Development tools, Database
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Dynamic LINQ has no dependencies.
Application Objects
Dynamic LINQ has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads 
Related assets