'Declaration
Public Overloads Function GetChanges( _ ByVal state As DataRowState _ ) As DataTable
public DataTable GetChanges( DataRowState state )
Parameters
- state
- DataRowState value used to filter the rows.
Return Value
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.