Computer Science, asked by Arbabkhan3373, 1 year ago

What activity can you use to get a column value from a specific row of a data table?

Answers

Answered by mddanishalam191416
0

Answer:

The DataRow object from which a value is to be retrieved. ColumnIndex - The index of the column whose value is to be retrieved from the DataRow. ColumnName - 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

✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌

Answered by Anonymous
0

Answer:

Gets a value from a DataRow variable according to a specified column. Row - The DataRow object from which a value is to be retrieved.

Similar questions