MySqlSugar icon indicating copy to clipboard operation
MySqlSugar copied to clipboard

we should changed the insert meothd

Open Liuqin opened this issue 7 years ago • 2 comments

Insert Without the AUTO_INCREMENT

Liuqin avatar Apr 16 '17 17:04 Liuqin

image

Liuqin avatar Apr 16 '17 18:04 Liuqin

string sql = string.Format("alter table xxxtable AUTO_INCREMENT={0};", s); db.ExecuteCommand(sql);

Liuqin avatar Apr 16 '17 18:04 Liuqin