DataTable table = new DataTable("Customers");
table.Rows[0].Delete();
table.AcceptChanges();
'Programming > C#' 카테고리의 다른 글
DataSets, DataTables 및 DataViews(ADO.NET) (0) | 2011.06.03 |
---|---|
DataTable에 데이터 추가 (0) | 2011.06.03 |
sqlite (0) | 2011.05.30 |
DataGridView와 ContextMenu 연결 (0) | 2011.05.16 |
DataGridView와 sqlite 테이블 연결하기 (0) | 2011.05.16 |