2016-12-25
0.1.4
Wei Zhu
9.1.601.0
All
.NET
Libraries
[Overview]
Query Record List with Dynamic LINQ
[Detail]
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])