Remove Data Row

Last modified by Nhan Nguyen on 2022/05/13 03:05

RCA.Activities.Core.RemoveDataRow

Description

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

remove data row.jpg

(* is mandatory)

Properties

Input

  • Data Row (DataRow)* - The DataRow object which is to be removed.
  • Data Table (DataTable)* - The DataTable object from which the row is removed.
  • Row Index (Int)* - The index of the row to be removed.

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: Remove data row.

Table of Content

  
Navigation