Language Integrated Query (LINQ) Question: Download LINQ PDF

List out the Data Context Functions. Where do we use “SubmitChanges()”?

Tweet Share WhatsApp

Answer:

Create Database ()
Delete database ()
Database Exist ()
Submit Changes ()
Create Query()
Log()
SubmitChanges() - SunbmitChanges Data Context Fuction Used to submit any update to the actual database.

Download LINQ PDF Read All 35 LINQ Questions
Previous QuestionNext Question
Differentiate between Conversion Operator “IEnumerable” and “ToDictionary” of LINQ?Why do we use “Contains” method for strings type functions?