LLBLGen Pro v1.2005.1 - Querying field not in Entity

Posts   
 
    
mshe
User
Posts: 167
Joined: 02-Feb-2006
# Posted on: 18-Oct-2006 00:25:22   

Hi all,

Is this possible:

I like to create a PredicateExpression to filter against a field not in my entity class. I added a new field called "Archived" which I like to filter against.

However, I do not with to redistribute the LLBLGen generated DLLs to all my users... so is there a way to manually query a field (I don't need the field in the result set, only in my predicate expression).

Thanks!

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 18-Oct-2006 08:00:56   

I think you can achieve this by implementing IExpression. And here is an example of implementing IExpression: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=3829