A set of activities for working on DataTables.
This activity converts a dataset into some HTML tables and returns them as a string.
Adds a new to a DataTable.
Find the differences between two datatables. The result is a list of strings which represents the rows which changes between the two tables.
This activity returns a new row with the same schema as the specified data table.
Joins the values of a datatable's column which match the Filter criteria into a single string.
Merges two DataTables together.
Gets the first row of the given DataTable that match the filter criteria.
Gets an array of all the rows of the given DataTable that match the filter criteria.
Returns a new instance of the given DataTable sorted according to the specified sorting criteria.
This activity returns the given data table as an HTML string.
Deserialize some data in a DataTable. It must be used in conjunction with the SerializeData activity, as this activity is able to deserialize only data serialized by that specific activity.
Returns the name of all the columns of the DataTable.
Efficiently serialize a DataTable into a byte array.