entity collection object .GetMulti method not available

Posts   
 
    
Gianc1412
User
Posts: 40
Joined: 30-Oct-2007
# Posted on: 30-Dec-2007 21:13:24   

OrderCollection orders = new OrderCollection(); orders.GetMulti(null);

When I use this code in my project the GetMulti method is not available. Any ideas why not?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 31-Dec-2007 03:16:52   

Did you generate for SelfServicing template set? Do you have compile errors or just Intelissense didn't show the method?

David Elizondo | LLBLGen Support Team
Gianc1412
User
Posts: 40
Joined: 30-Oct-2007
# Posted on: 31-Dec-2007 05:27:57   

I just looked at it again and found the problem. I did not include the DefaultNamespace.CollectionClasses namespace. Usually intellisense prompts to include when required. Thats what through me off. Problem is fixed.