Add Data Row

Last modified by Nhan Nguyen on 2022/05/13 02:55

RCA.Activities.Core.AddDataRow

Description

This activity allows you to add a Data Row to a specified DataTable.

add data row.jpg

(* is mandatory)

Properties

Input

  • Array row (Object[]) - An array of objects to be added to the DataTable. The type of each object should map to the type of its corresponding column in the DataTable.
  • Data row (DataRow) - The DataRow object to be added to the DataTable. If this property is set, then the ArrayRow property is ignored.
  • Data Table (DataTable)* - The DataTable object in which you want to add a column. This field supports only DataTable objects.

Misc

  • Public (Checkbox) - Check if you want to publicize it. Remember to consider data security requirements before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    Eg: Add Data Row

Table of Content

  
Navigation