Hi,
I've got tbl_a, tbl_b and tbl_c which map onto ClassA, ClassB and ClassC. The latter two of these classes have been set in the designer to inherit from ClassA.
Question is, is it possible to have ClassB and ClassC inherit from a common base class where the base class inherits from ClassA _without _adding another table to the database?
Cheers, Ian.