Identify which is true

Options
- DataView ia subset of row and not columns
- Sorting can be done on multiple columns
- find can be done only on sorted columns


CORRECT ANSWER : DataView ia subset of row and not columns

Discussion Board
Sorting can be done on multiple columns using an appropriate IComparer

At long as we use an IComparer implementation on multiple columns

Decheng Fan 11-10-2015 02:47 AM

hi

Amazing question. Thanks!!

Sudarshan 02-18-2015 07:43 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement