Using LINQ To SQL to insert into an error log, but the client now wants to also send emails on every error that is submitted. Is it possible to override the DataContext.ErrorLog.InsertOnSubmit function to also send an email when submit is called without having to change too much code? Or would it be faster and easier to do the 10 or so code updates to send the error?
Using LINQ To SQL to insert into an error log, but the client now
Share
Not to my knowledge, but it is possible to override
SubmitChanges