FastEasyMapping
FastEasyMapping copied to clipboard
IN Operator with no sorting
I have menu entity and i want to fetch menus list as per the MenuID listing.
i am passing manu ids using 'IN' operator but it is automatically sorting but i need to prevent sorting.(simply needs menus list without sorting i.e list as per giving menu id list with 'IN' operator')
thanks in advance.