Name | Description | |
---|---|---|
AcceptChanges | Marks all rows as unchanged. | |
BeginLoadData | Suspends notifications during batch operations. | |
Compute | Overloaded. Evaluates an expression using data in a given DataRow. | |
EndLoadData | Resumes notifications suspended by a call to BeginLoadData. | |
GetChanges | Overloaded. Gets a DataTable containing all rows that have changed since the table was loaded or AcceptChanges was called, or null if the table contains no changes. | |
GetErrors | Gets an array of DataRow objects that contain errors. | |
NewRow | Creates a new DataRow that is compatible with this table. | |
Select | Overloaded. Gets an array with all rows in the table that match a filter expression. |