Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics 365 Musings / How To Use Insert_RecordSet...

How To Use Insert_RecordSet In D365

Peter Ramer Profile Picture Peter Ramer 65

In this article, learn how to use insert_recordset in D365. The insert_recordset keyword in x++ is used when you need to copy multiple records from existing tables to a destination table. It is extremely fast, because it generates a single SQL statement that is sent to the server one time. In contrast, developers sometimes write... Continue Reading →

The post How To Use Insert_RecordSet In D365 appeared first on Dynamics 365 Musings.


This was originally posted here.

Comments

*This post is locked for comments