在 ADO. NET 中是否有一种方法可以在执行 INSERT 声明后检索自动生成的身份识别码? 我知道 Sql 服务器的 < code> SELECT ÁIDENTION , MySQL 的 < code> SELECT last_ Indield_id () , 但我需要一种独立于数据库的方式获取身份识别码 。
Since web applications are mostly stateless, and linear (request comes in, response goes out), is change-tracking really necessary? E.g. if I have an action that updates a Product instance I know at ...