Hi All,
I am having problem with collection object. Here is the code
CarCollection obj=new CarCollection(); obj.Where("Id","10"); obj.Load();
The problem is the result of the records doubles i.e actually there is only 1 record with the id 10 but it returns 2 same records. Please Help me as i am a newbie.
Thanks