Wednesday, March 12, 2008 - Posts

ADO.NET Data Services - Identity columns and id values on the client

Someone asked me about this so I thought I'd share here. The question was around how you can work with database generated values and have them returned to the client after the insert. My experiment ran like this. I created a table;create table test ( Read More