| 1. |
How Can We Add/remove Row Is In "data Table" Object Of "dataset"? |
|
Answer» “Data table” PROVIDES “NewRow” method to add NEW row to “Data Table”. “Data Table” has “DataRowCollection” OBJECT that has all rows in a “Data Table” object. Following are the methods provided by “DataRowCollection” object:- Add REMOVE Remove At “Data table” provides “NewRow” method to add new row to “Data Table”. “Data Table” has “DataRowCollection” object that has all rows in a “Data Table” object. Following are the methods provided by “DataRowCollection” object:- Add Remove Remove At |
|