Add DataTable Row Activity
Description:
Adds a DataRow
to a DataTable
.
Inheritance Hierarchy:
System.Object
System.Activities.Activity
System.Activities.CodeActivity
Geocortex.Workflow.Activities.AddDataTableRow
Function:
This activity provides a simple mechanism to add a new DataRow
to an existing DataTable
.
In a Workflow:
You would use this activity to add a new record of data to an existing DataTable
before using the DataTable
with an activity such as DataTable To XLSX.
You can use the Create Collection <T> or Create List <T> activities to assemble a list of column values to apply to the row.
Properties:
Name | Description |
---|---|
In Arguments |
|
DataTable |
The |
Index |
The (zero-based) index where you want to add the |
Values |
The list of column values to assign to the |
Misc |
|
Display Name |
AddDataTableRow 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. |
Out Arguments |
|
DataRow |
The resulting |
Version Information:
Supported from: Geocortex Essentials 4.4.