Linq Library
- azri36
- Jul 13, 2021
- 1 min read
Updated: Aug 23, 2021
M5 has introduce Linq library on the new release. Linq library provides classes and interfaces that support queries that use Language-Integrated Query (LINQ).
Below is example how linq work in M5

How it look in the form:
Form display the values greater that 9.

Comments