Add my own where clause to an entity

Posts   
 
    
gemfore
User
Posts: 35
Joined: 30-Jul-2010
# Posted on: 15-Aug-2010 18:46:34   

Is it possible to add my own where clause in the form of a string to an entity e.g. view?

So lets say i use the DAL to get all entries from users table. And i wanted to add a filter but instead of using your objects i wanted to "also" use a string such as "AND CODE='2' to the sql that executes.

Is this possible?

Thank

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 15-Aug-2010 23:13:50   

Sorry. Not possible. You can try to somehow use PredicateBuilder http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=16951

David Elizondo | LLBLGen Support Team