我的数据库表中,有的有_identify;有的有ID列,dr("ID")我应该如何写,才能将自动排行的序列号记录下来?
Dim dr As DataRow = DataTables("数据操作日志").AddNew
dr("ID") = e.DataRow("_Identify")
dr("用户") = User.Name