dynamic-linq
Web icon

Dynamic LINQ

Stable version 11.1.0 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded
 on 28 September 2019
 by 
5.0
 (7 ratings)
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)
Team
Other assets in this category