Quesiton : If currentRow represents a row from a DataTable with two column in this order: Name and Age what expression can be used to obtain the value from the column Age?
Answer: currentRow("Age")
Most relevent text from all around web: If currentRow represents a row from a DataTable with two column in this order: Name and Age what expression can be used to obtain the value from the column Age?
If currentRow represents a row from a DataTable with two column in this order: Name and Age what expression can be used to obtain the value from the column Age ? currentRow (" Age ") How can you identify a column in a data table ? - Using the column name - Using the column index.
If currentRow represents a row from a DataTable with two column in this order: Name and Age what expression can be used to obtain the value from the column Age ? currentRow -1 currentRow . Age currentRow -2 currentRow (" Age ")
1) If currentRow represents a row from a DataTable with two column in this order : Name and Age what expression can be used to obtain the value from the column Age? currentRow .Age currentRow(2)
activity used to get the value from a certain cell from a specific data table row Get Row item string variable called fullAddress can be found on a particular street
Fri May 03 2019 · 7).If currentRow represents a row from a DataTable with two column in this order: Name and Age what expression can be used to obtain the value from the column Age? Ans : – currentRow(1) currentRow(“Age”) 8). What type of variables can be used as output for the Read CSV activity? Ans:- DataTable variables. 9).
Wed Dec 12 2018 · 5) If currentRow represents a row from a DataTable with two column in this order: Name and Age what expres...
No comments:
Post a Comment