Hi, I have a problem to do the deleteonsubmit / deleteallonsubmit . I have a table without primary key, and I would like to use linq delete function to remove several records from the table. However, whenever it always show me a runtime error saying that linq can't delte without primary key. Is there anyway to customize the datacontext so that I can do the delete without a primary key? Thanks
Read More...