Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DataSet行で最後に更新されたフィールドを取得する方法はありますか?
つまり、C#select @@identityにはsqlのようなものがありますか?
select @@identity
column持つことができますDateTime。レコードを更新するとき DateTimeは、レコードの をDateTime.Nowおよびに設定しますAtlast select Max(DateTimeColumn)。
column
DateTime
DateTime.Now
Atlast select Max(DateTimeColumn)
column in DB最終更新の記録を保持するためにそれを好む人もいるかもしれません。
column in DB