I have a class, Vehicle, that has a property OdometerReading. An OdometerReading has the Miles & Date (when it was read). I need to keep a history of all OdometerReadings for the Vehicle in the dataase, but don't want the entire odometer history to belong to the Vehicle object. What I would like is for the OdometerReading property to get the most recent OdometerReading entry out of the database. Is that possible? How would I map such a thing?
Thank you, Brad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
