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
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..)
We didn't add it because Linq to objects arrived.