InterviewSolution
Saved Bookmarks
| 1. |
What are entity classes in LINQ? |
|
Answer» Entity CLASSES are the fundamental BUILDING blocks of SYSTEMS developed on LINQ. In this, the entity classes, which are basically an object wrapper for any database table, have a stereotype of the entity. |
|