asp.net mvc - SubmitOnChanges / InsertOnSubmit / DeleteOnSubmit are not detected -


submitonchanges / insertonsubmit / deleteonsubmit not detected in asp.net mvc4. should do? please help!

submitchanges, insertonsubmit , deleteonsubmit methods of datacontext class , table<entity> class of linq2sql respectively.

if using linq2sql in mvc4 , have instance of datacontext class , table<entity> classes (for each of tables), you'll have these methods available you.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -