web
You’re offline. This is a read only version of the page.
close
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 Delete_From In D365

How To Use Delete_From In D365

Peter Ramer Profile Picture Peter Ramer 65

In this article, learn how to use delete_from in D365. The delete_from keyword in x++ is used to delete specified records from a table as efficiently as possible. This command is extremely fast because it generates a single SQL statement that is sent to the server once. In contrast, other times developers will write a... Continue Reading →

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


This was originally posted here.

Comments

*This post is locked for comments