Initialise a data row and type

Hi, How do i Initialise a data row and type in an assign activity?

@rohangroombridge

Create one variable of type System.Data.DataRow and say ‘dataRow’.

       dataRow = yourDT(0)

Here, we are assigning first row from DataTable.

3 Likes

Thank you

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.