Andri Yadi

Butterfly Effect
See also: Other Geeks@INDC

October 2008 - Posts

LifeContext.ActionLogs.DeleteAllOnSubmit(errors)
var ctx = new LifeContext();
var errorLogs = from logs in ctx.ActionLogs
                where logs.Level == "Error" && logs.Source == "Andri Yadi"
                select logs;
 
ctx.ActionLogs.DeleteAllOnSubmit(errorLogs);
ctx.SubmitChanges();

1429H - My Eid-Ul Fitr Card

Have a nice long vacation. Enjoy...

Share this post: | | | |
Posted: Oct 01 2008, 09:56 AM by andriyadi | with 7 comment(s)
Filed under: ,