FindByPk? (Redux)

Posts   
 
    
cardplayer
User
Posts: 24
Joined: 20-Apr-2007
# Posted on: 04-Apr-2009 03:45:03   

Hi,

Is this a dead issue?

I know there is this discussion from 2006: http://llblgen.com/tinyforum/Messages.aspx?ThreadID=8041

Are there any plans to include FindByPk() in the generator?

Thanks, cardplayer

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 04-Apr-2009 04:58:02   

There is not such method, as far as I know. You can of course use EntityCollection.FindMatches(somePredicate) and create EntityViews based on filters. (more info..)

David Elizondo | LLBLGen Support Team
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39859
Joined: 17-Aug-2003
# Posted on: 05-Apr-2009 10:24:23   

We didn't add it because Linq to objects arrived.

Frans Bouma | Lead developer LLBLGen Pro