How can i find out from meta data in code that the primary key is an identity in DB in ADO.NET Entity Framework?
views:
38answers:
1
A:
This link
http://blogs.msdn.com/dsimmons/pages/ef-faq-entity-services.aspx#Section_17
taken from this SO post
http://stackoverflow.com/questions/120755/ado-net-entity-framework-and-identity-columns
might help.
davek
2009-11-11 19:55:03