DocsMarshal.Workflow.ActivityLibrary.DataTablev 1.0.0.0

A set of activities for working on DataTables.


DocsMarshal.Workflow.ActivityLibrary.DataSetToString

This activity converts a dataset into some HTML tables and returns them as a string.



DocsMarshal.Workflow.ActivityLibrary.DataTableCompare

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


DocsMarshal.Workflow.ActivityLibrary.DataTableGetNewRowV2

This activity returns a new row with the same schema as the specified data table.


DocsMarshal.Workflow.ActivityLibrary.DataTableJoinFieldValueIntoString

Joins the values of a datatable's column which match the Filter criteria into a single string.


DocsMarshal.Workflow.ActivityLibrary.DataTableMerge

Merges two DataTables together.


DocsMarshal.Workflow.ActivityLibrary.DataTableSearchRow

Gets the first row of the given DataTable that match the filter criteria.


DocsMarshal.Workflow.ActivityLibrary.DataTableSearchRows

Gets an array of all the rows of the given DataTable that match the filter criteria.


DocsMarshal.Workflow.ActivityLibrary.DataTableSort

Returns a new instance of the given DataTable sorted according to the specified sorting criteria.


DocsMarshal.Workflow.ActivityLibrary.DataTableToHtmlString

This activity returns the given data table as an HTML string.


DocsMarshal.Workflow.ActivityLibrary.DeserializeDataTable

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.


DocsMarshal.Workflow.ActivityLibrary.GetColumnsName

Returns the name of all the columns of the DataTable.


DocsMarshal.Workflow.ActivityLibrary.SerializeDataTable

Efficiently serialize a DataTable into a byte array.