Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the role of DataContext classes in LINQ?



what is the role of DataContext classes in LINQ?..

Answer / Shivam Gupta

DataContext classes, such as System.Data.Linq.DataContext in LINQ to SQL, serve as the entry point for accessing and manipulating a database using LINQ. They contain metadata information about the tables, relationships, and other schema details of the database being queried.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

Is not supported in linq to entities?

1 Answers  


What is the basic syntax of a linq query in visual basic as well as in c#?

1 Answers  


Why from comes first in linq?

1 Answers  


What is the use of System.XML.XLinq..dll in LINQ?

1 Answers   UGC Corporation,


The standard query operators are themselves a set of extension methods that provide the LINQ query functionality for any type that implements the IEnumerable interface in Visual Basic. Is it True or False?

1 Answers  


What is where clause and let clause?

1 Answers  


How to write not in query in linq?

1 Answers  


Which namespace is necessary to use LINQ?

1 Answers  


Why can not datareader by returned from a web services method?

1 Answers  


What is lambda expression in linq c#?

1 Answers  


Why is linq used?

1 Answers  


What is a linq expression?

1 Answers  


Categories