Add To DataSet Activity

Description:

Adds a DataTable to the Tables collection of a DataSet.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      Geocortex.Workflow.Activities.AddToDataSet

Function:

This activity provides a simple mechanism to add a DataTable to a DataSet.

This activity throws an exception if the DataTable already belongs to the DataSet, or belongs to another collection, or if a DataTable in the DataSet has the same name.

In a Workflow:

You would use this activity to add DataTables to a DataSet before passing the DataSet to an activity such as Template Report or DataSet To XLS.

Properties:

Name Description

In Arguments

DataSet

The DataSet to add the DataTable to.

DataTable

The DataTable to add.

Misc

Display Name

AddToDataSet

You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain.

Version Information:

Supported from: Geocortex Essentials 3.10.