METHOD |
DESCRIPTION |
AcceptChanges |
Commits all the changes made since last AcceptChanges was called |
Clear |
Deletes all data table data |
Clone |
Creates a clone of a DataTable including its schema |
Copy |
Copies a data table including its schema |
NewRow |
Creates a new row, which is later added by calling the Rows.Add method |
RejectChanges |
Reject all changed made after last AcceptChanges was called |
Reset |
Resets a data table's original state |
Select |
Gets an array of rows based on the criteria |