摘要: 阅读全文
posted @ 2012-05-26 10:41 Yaoquan.Luo 阅读(653) 评论(0) 推荐(0)
摘要: from: http://stackoverflow.com/questions/4472757/remove-row-from-generic-datatable-in-c-sharp I ran into a problem trying to remove a row from a datatable in C#. The problem is that the datatable is built from SQL, so it can have any number of columns and may or may not have a primary key. So, I can 阅读全文
posted @ 2012-05-26 10:33 Yaoquan.Luo 阅读(1588) 评论(0) 推荐(0)