Hello, I've just started using SQL to LINQ to access my SQL Server
tables, and it's a wonderful tool. Are there any equally elegant ways to
store and access historic values for the objects?
For instance, I'm managing a Person table with mail addresses, phone
numbers etc. I would like to be able to store the earlier values of
these fields, so I can see what mail address/phone number a given Person
had at a specific point in time.
Any tips and links to guides etc. would be very appreciated!
Thanks.
Regards,
Nils Magnus
tables, and it's a wonderful tool. Are there any equally elegant ways to
store and access historic values for the objects?
For instance, I'm managing a Person table with mail addresses, phone
numbers etc. I would like to be able to store the earlier values of
these fields, so I can see what mail address/phone number a given Person
had at a specific point in time.
Any tips and links to guides etc. would be very appreciated!
Thanks.
Regards,
Nils Magnus
Comment