After I do an insert using linq to sql, can I get the Identity_scope value back if my table has an identity column?
I need to select rows from database table using filtering by xml-type column. table looks like (short version) id dbfield int xmlfield xml and i m filtering it in this way IQueryable<Data....