Can LInq use for DML?

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
ccy
Posts: 10
Joined: Tue 04 Oct 2005 03:39

Can LInq use for DML?

Post by ccy » Fri 10 Nov 2017 21:35

Most linq example I saw in EntityDAC use select query. Just wondering if the linq framework support DML like Insert, update or delete?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Can LInq use for DML?

Post by AlexP » Mon 13 Nov 2017 09:25

Hello,

LINQ does not support "explicit" DML operations, inserting, deleting, updating are executed directly with the objects of the model.

Post Reply