After I do an insert using linq to sql, can I get the Identity_scope value back if my table has an iden开发者_开发问答tity column?Linq to SQL does the job for you, the identity value it\'s available j
Is th开发者_如何学JAVAere a query I can write against an INFORMATION_SCHEMA or against the system tables to determine if a column is an identity column in SQL CE version 3.5?Use COLUMNPROPERTY . For u
Whats the purpose of having single column table (identity column)? Is there a good use-case available?