AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX: Прочие вопросы
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 20.07.2010, 17:42   #1  
Poleax is offline
Poleax
Модератор
Аватар для Poleax
MCP
MCBMSS
Злыдни
 
1,353 / 595 (22) +++++++
Регистрация: 17.02.2005
Адрес: msk
Записей в блоге: 34
Post 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);
AxLINQ is a parser, that will grab the query as seen above and translate it into an expression tree, which is passed to a query provider.
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
P.S. http://axlinq.codeplex.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  
Андре is offline
Андре
Moderator
Сотрудники компании GMCS
 
2,375 / 464 (20) +++++++
Регистрация: 03.12.2001
Чем то напомнило вот этот мой эксперимент.
Старый 21.07.2010, 10:53   #3  
egorych is offline
egorych
Участник
Самостоятельные клиенты AX
Oracle
 
761 / 154 (7) ++++++
Регистрация: 09.11.2006
Адрес: Краснодарский край
Я что-то не нашел - это для какой версии Ax ?
Старый 21.07.2010, 11:07   #4  
Lucky13 is offline
Lucky13
Участник
1C
 
714 / 198 (8) ++++++
Регистрация: 21.10.2004
Цитата:
Сообщение от egorych Посмотреть сообщение
Я что-то не нашел - это для какой версии Ax ?
Для Ax4/2009. См. Installation instructions.txt в архиве

В 3.0 не устанавливается, говорит формат файла не верный
Теги
enumerator, linq

 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
emeadaxsupport: Error during Hotfix installation - "Version string portion was too short or too long" Blog bot DAX Blogs 0 13.11.2009 21:05
gl00mie: View AOCP/RPC Interface Version used by an Arbitrary DAX Binary Blog bot DAX Blogs 0 30.09.2008 16:05
axStart: Microsoft Dynamics AX 2009 White Paper: Team Foundation Server Version Control Setup Blog bot DAX Blogs 0 27.07.2008 13:06
axStart: Ax product version check Blog bot DAX Blogs 1 21.06.2008 23:38
Kashperuk Ivan: DEV_CreateNewProject tool version 2.0.0 Blog bot DAX Blogs 0 04.09.2007 01:12

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 14:05.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.