Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Delete using Entity Framework
posted

I can delete a row / record from my grid.  I call context.Save(), but the record has not been deleted from the database.  Is there a sample using EF?