D
DN
I'd like to pass multiple attributes to XPath AddSort like:
expr = nav.Compile(strQuery);
expr.AddSort(sortArray, XmlSortOrder.Ascending, XmlCaseOrder.None, "",
XmlDataType.Text);
But I get "Only objects returned from Compile() can be passed as input."
It works fine with a single field name or attribute, but I can't seem to
figure out how to pass multiple fields.
Any ideas?
Thanks
expr = nav.Compile(strQuery);
expr.AddSort(sortArray, XmlSortOrder.Ascending, XmlCaseOrder.None, "",
XmlDataType.Text);
But I get "Only objects returned from Compile() can be passed as input."
It works fine with a single field name or attribute, but I can't seem to
figure out how to pass multiple fields.
Any ideas?
Thanks