Brenden Kehren
-
12/2/2012 11:07:52 AM
RE:Turn off logging on CRUD activities
It's not that I don't want them to show in the log, I don't want to write the records in the database at all. For instance, when I perform an insert into my custom table, it also inserts an event log record, I dont' want this record inserted. If this isn't available, I will suggest adding another overloaded method with another parameter (bool LogEvent).
|