DataHasChanges Method

Overload List

HasChanges(DataRow, DataRow, String) Compares if there are changes between two DataRow.
HasChanges(DataRow, DataRowVersion, String) Compares if there are changes between two DataRow.
HasChanges(DataRow, DataRow, String, String) Compares if there are changes between two DataRow.
HasChanges(DataRow, DataRowVersion, String, String) Compares if there are changes between the DataRow and a version of it.
HasChanges(DataTable, DataTable, String, String) Compares whether two DataTable changes exist.
HasChanges(DataTable, DataView, String, String) Compare if there are changes in a DataTable and a DataView.

See Also