From: Gorman, M. <Mik...@jd...> - 2003-06-26 12:09:41
|
Feature Request: Ability to map one class across two or more tables. = Assumption is that the tables can all be joined with regular joins all = the time, and that the key structure matches, although the name of the = columns may differ across the tables. An insert of an object results in = an insert to each of the mapped tables all using the same key value. = The class can then map its properties to any column in any table. This = should all be done without the workaround of using a delegate. Thank = you. Mike Gorman |