Need help to properly remove duplicates in NHibernate
- by Michael D. Kirkpatrick
Here is the problem I am having.
I have a database with over 100 records in it.
I am paging through the data to get 9 results at a time.
When I added a check to see if items are active, it caused the results to start doubling up.
A little background:
"Product" is the actual product line
"ProductSkus" are the actual products that exist in the…