Browse by Tags
All Tags »
LINQ (RSS)
Sorry, but there are no more tags available to filter with.
The goal of this post is to illustrate the inheritance concept in LINQ to SQL. We use inheritance when we want to map a set of classes derived from the same base class with the same relational table. Contact will be our Base Class: [ Table (Name = " Contact
Read More...