Generated old version classes?

Posts   
 
    
KennethLu
User
Posts: 5
Joined: 25-Aug-2006
# Posted on: 25-Aug-2006 00:39:47   

Hi,

I downloaded the trial version and had been testing the product. While refering to the help document, I noticed that the generated classes do not have some methods mentioned in the help document, like Collection.FindMatches(). Instead, the class I got only has find().

I generated the code using ASP.NET 1.1 version. I am not sure if that's the cause. Can anyone shed some light? Thanks!

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 25-Aug-2006 07:53:08   

FindMatches are generated in the .Net 2 code, not in the 1.x framework.

Please refer to the LLBLGen Reference Manuals (for .Net 2 & for .Net 1.x )

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 25-Aug-2006 10:55:32   

in .NET 1.x code, that interface is internal. You should use the .DefaultView property and then set a filter on the view (or create a new EntityView).

Frans Bouma | Lead developer LLBLGen Pro