|
|
#1 |
|
Участник
|
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). | |
| Теги |
| source code |
|
|
|