04.09.2017, 15:11 | #1 |
Участник
|
Kashperuk Ivan: Development tutorial: insert_recordset using the Query class
Источник: http://kashperuk.blogspot.com/2017/0...recordset.html
============== IntroductionI am sure most of you are familiar with set-based X++ CUD operators: insert_recordset, update_recordset and delete_from. They allow performing database operations with a large number of records in a single roundtrip to the server, instead of a row-by-row type of operation, which depends on the number of rows being processed. As a result, they can provide a very significant boost in Источник: http://kashperuk.blogspot.com/2017/0...recordset.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|