
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.
Original Post https://dynamics365musings.com/delete_from-in-d365/?utm_source=rss&utm_medium=rss&utm_campaign=delete_from-in-d365






