When using the IEdmSearchResult5 interface, is there anyway to get the total number of results found? Save writting a function that steps through each result and adds to a counter variable?
[edit] The reason there isn't a property with the result count is probably because the database needs to be hit to get the count regardless. You might as well take the dataset with it.[/edit]
I don't think so.
[edit] The reason there isn't a property with the result count is probably because the database needs to be hit to get the count regardless. You might as well take the dataset with it.[/edit]