Page 1 of 1

Can LInq use for DML?

Posted: Fri 10 Nov 2017 21:35
by ccy
Most linq example I saw in EntityDAC use select query. Just wondering if the linq framework support DML like Insert, update or delete?

Re: Can LInq use for DML?

Posted: Mon 13 Nov 2017 09:25
by AlexP
Hello,

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