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