C
Clinton Pierce
I've filled a DataTable with columns that have custom type (a class that I'm
using to keep track of other things, not just a value). When the .Select
method goes to sort this column, how do I let .Net know what value I want
used for the sort?
Sometimes it's going to be sorted as a decimal and other times a string. I
don't really know which until runtime.
Thank you.
using to keep track of other things, not just a value). When the .Select
method goes to sort this column, how do I let .Net know what value I want
used for the sort?
Sometimes it's going to be sorted as a decimal and other times a string. I
don't really know which until runtime.
Thank you.