ADO.net (Yes I know) .GetChildRows() request
I would have liked to see this returned as a DataTable but in lou of that, please pass on my request to have a Filter and sort properties that you can pass to GetChildRows() just like the .Select on a data table.
It could still rerturn datarow[] but would return all child rows that match the critiera passed in the filter and sorted by the sort parameter.
This would increase the effectiveness of this function expodentially. Right now I can't use it and use the select command to do my filtering because of this. There is a million cases where you want just the ones that are relivent to you at that moment.
Thanks
Geminiman

