I am trying to get entire row of a datatable ‘DT’ into a datarow variable ‘DREntireRow’ satisfying certain condition using a ‘Select’ method.
DREntireRow= DT.Select( "Column1 =‘’ ")
Now I want to see the contents of this variable. I used ‘For each’ loop and did a writeline of item.ToString, but all it displays is System.Data.Datarow.