SaveChanges function

In classic ASP pages in CRM I can call SaveChangesNoTLS to ensure that tablescripts aren't fired when the record is saved. I actually do this quite a lot. In the .NET API there is a SaveChanges method but no SaveChangeNoTLS. Is there any way around being able to update a record without firing the tablescripts?

Thanks.