Retrieving unique records using NHibernate criteria
Description
Hi, I want to retrieve unique records using NHibernate criteria query e.g. if suppose I have to retrieve a list of all the Customers from a certain table then it should givve only unique customers.
Hi,
I want to retrieve unique records using NHibernate criteria query e.g. if suppose I have to retrieve a list of all the Customers from a certain table then it should givve only unique customers.