How does the DataView.Sort method really work under the covers?

I know that it sorts a dataview, but what kind of sorting algorhythm is
actually used?

Thanks.

Re: How does the DataView.Sort method really work under the covers? by Sahil

Sahil
Fri May 14 10:48:23 CDT 2004

You can use Lutz Roeder's reflector to find out. Let us know when you do.

- Sahil Malik
Independent Consultant
You can reach me thru my blog - http://dotnetjunkies.com/WebLog/sahilmalik/



"anon" <anon@hotmail.com> wrote in message
news:eYkxqNvMEHA.3940@tk2msftngp13.phx.gbl...
> How does the DataView.Sort method really work under the covers?
>
> I know that it sorts a dataview, but what kind of sorting algorhythm is
> actually used?
>
> Thanks.
>
>