0
kicks
Dynamic Search Objects Part 6 - The Search Service
Creating a Search Service Facade
Depending on your requirements, it may be perfectly reasonable to create a tight coupling between DTO and search implementation. In cases where the return object of the search is strongly typed (i.e. not a dataset/datatable), this actually may be a necessity. However, there are a number of reasons why creating a simpler “catch-all” service interface might be desirable.