Hi,
I'm using the dataTable select method in order to sort my dataTable.
I need to know what is the complexity of this method. is it O(nlogn) or O(n^2)
(or even worse? :) )

10x

Lior