摘要:
/// /// 为m_DataTable新增一自增列 /// private void AddAutoIncrementComunm() { DataColumn col = new DataColumn(NewColumnName, typeof(System.Int32)); ... 阅读全文
posted @ 2008-09-02 09:23
井陈
阅读(223)
评论(0)
推荐(0)
2008年9月2日