Language Integrated Query (LINQ) Question:

Download Job Interview Questions and Answers PDF

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

LINQ Interview Question
LINQ Interview Question

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 Interview Questions And Answers PDF

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