标签:for ring str ble 记录 color ide select 返回
string sql = string.Format(@"insert into Table(FileSize,FileType,FilePath,FileExtName,OldFileName,NewFileName,FileHash,CreateTime,DeleteFlag) values(@FileSize,@FileType,@FilePath,@FileExtName,@OldFileName,@NewFileName,@FileHash,@CreateTime,@DeleteFlag);select @@IDENTITY");
select @@IDENTITY --用select @@identity得到上一次插入记录时自动产生的ID
标签:for ring str ble 记录 color ide select 返回
原文地址:https://www.cnblogs.com/lbonet/p/12886712.html