public sysconfig()
{
base.SetInit(this, "sysconfig", "txt path={0};ts=0");
}
private int ID { get; set; }
public string Key { get; set; }
public string Value { get; set; }
}
插入文本数据库后没有id列,
你博客中http://www.cnblogs.com/cyq1162/p/3213531.html却有id,怎么操作生成id这列
public