Показать сообщение отдельно
Старый 08.11.2017, 18:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
palleagermark: XQuery to save source code from all tables and classes
Источник: http://www.agermark.com/2017/11/blog-post.html
==============

You can use this XQuery, with for example BaseX, to save all your source code from table and classes to an XML file:

{
for $t in AxClass | AxTable
order by $t/local-name(.), $t/Name ascending

for $y in ($t/SourceCode/Methods/Method)

return
}


Источник: http://www.agermark.com/2017/11/blog-post.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
За это сообщение автора поблагодарили: Logger (1).