I have one data table and i have used ExtractDataTable.Select(“Type=‘WI3’”) to filter the datatable. the filtered value is int he format of list of datarow.
while am trying to print the value am getting the output as System.Data.DataRow but eam expecting the some values from the datarow
do i need to initialize the data row in default option