C# linq to sql permissions
In a C# 2008 desktop application that uses linq to sql, I just found out one of the tables now contains 3 triggers. The triggers are for insert, update, and delete on a sql server 2008 r2 database.
Thus in the linq visual designer, I am assuming that I will need to drag the triggers on to the designer surface. My question is where should I drag the 3 triggers? Would I drag the triggers onto the area for stored procedures?
Can you tell me and/or point me to a reference that will tell me how to work with the triggers using linq to sql?