Get Row Item

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

RCA.Activities.Core.GetRowItem

Description

This activity allows you to get a value from a DataRow variable according to a specified column.

get row item.jpg

(* is mandatory)

In the body of activity

  • DataTable row (DataRow)* - The DataRow object from which a value is to be retrieved.

Properties

Input

  • Column (DataColumn)* - The DataColumn object whose value is to be retrieved from the DataRow. If this property is set, the ColumnName and ColumnIndex properties are ignored.
  • Column Index (Int)* - The index of the column whose value is to be retrieved from the DataRow.
    Eg: 11
  • Column Name (String)* - The name of the column whose value is to be retrieved from the DataRow. If this property is set, then the ColumnIndex property is ignored.
    Eg: “ColumnNameThatNeed”.
  • Data Row* - The DataRow object from which a value is to be retrieved.

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: Get row item

Output

  • Value - The column value from the specified DataRow.

Table of Content

  
Navigation