New version of Quick Objects is now available! Download V5 today or read further!


Search for...   
Register Login
View Cart  View Cart Checkout  Checkout
Topic Topic:
items in ".List" collections are not strong typed
Posted On: 6/6/2008 8:47 PM
Posted By: Mike Hamilton


I am getting an "Assignments_collection" object back from the "Assignments" object's .List property after doing a find. This collection is then passed and I found as I did the collection's .Item that is was returning just a base business object. Shouldnt the template be able to create the code so that it returns an "Assignment" object ?

Mike


Replies Posted On / By
  It is possible modify the template. I modify template for C# and VB.net. To download click here and replace current template. We include this in next version. 

If you use VB then u will need use the "Item" property of collection.
 
6/9/2008 8:10:57 AM
Victor Gavriluk