cmd.CommandText = @"select @@identity"; int value = Int32.Parse(cmd.ExecuteScalar().ToString()); return value;
本文共 110 字,大约阅读时间需要 1 分钟。
cmd.CommandText = @"select @@identity"; int value = Int32.Parse(cmd.ExecuteScalar().ToString()); return value;
转载地址:http://najwl.baihongyu.com/