20.07.2010, 17:42 | #1 |
Модератор
|
AxLINQ version 1.0
AxLINQ version 1.0
Цитата:
What is it ?
LINQ is short for Language INtegrated Query and was invented for the .net platform by the wizards at Microsoft. AxLINQ is an attempt to bring a similar general purpose query language to the Microsoft Dynamics Ax platform (X++). X++: q = xFrom(n).in([1,5,4,3,8,10,7,9,2,6]) .Where(n <= 5) .OrderBy(n) .Select(n); The query provider interprets the expression tree an executes the query (Where, OrderBy and Select) on the given data source ([1,5,4,3,8,10,7,9,2,6]). Currently the AxLINQ package include a query provider for enumerables of “anytype”, but the framework is prepared to be extended by any query provider that you can think of. If you wan't to know about other projects I have, see my blog on http://sourcevault.blogspot.com Другие интересные материалы по Microsoft Dynamics AX , по Microsoft Dynamics CRM
__________________
This posting is provided "AS IS" with no warranties, and confers no rights. |
|
|
За это сообщение автора поблагодарили: konopello (2). |
20.07.2010, 21:13 | #2 |
Moderator
|
Чем то напомнило вот этот мой эксперимент.
|
|
21.07.2010, 10:53 | #3 |
Участник
|
Я что-то не нашел - это для какой версии Ax ?
|
|
21.07.2010, 11:07 | #4 |
Участник
|
|
|
Теги |
enumerator, linq |
|
|