MAction action = new MAction(TableNames.name)
如题,每次Insert 都会拼出的SQL会自动序列
能不带序列吗?
去掉自动递增标识
表字段里没有 自增序列
action.AllowInsertID = true;