DataTableCompare

Description

Find the differences between two datatables. The result is a list of strings which represents the rows which changes between the two tables.


From

DataTable_From InArgument<DataTable> REQUIRED

The first DataTable to compare

FromName InArgument<String> REQUIRED

A representative name of the first table. It will be used in the results to distinguish the rows of the two tables.


Misc


To

DataTable_To InArgument<DataTable> REQUIRED

The second DataTable to compare

ToName InArgument<String> REQUIRED

A representative name of the first table. It will be used in the results to distinguish the rows of the two tables.