when I use 'var select = from st in context.student where st.college=="ABC" select st;'
context.student.DeleteAllonSubmit(select); context.student.SubmitChanges();
if there are 10 records containing college name as "ABC" then 10 delete query are fired.