Click here to Skip to main content
15,895,530 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an internal datatable defined in a C++/CLI module to hold person ID and Person name. I use it to contribute two columns of a larger data grid.

It is sequenced by person name.

Can I reference it in number order without reloading it?
Posted

1 solution

Call the Select method of the datatable to sort. See MSDN here[^] and here[^]
 
Share this answer
 
Comments
Espen Harlinn 18-Jan-11 12:15pm    
5+ Yupp, start with things in the proper order

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900