How to use SQL function to get Collection?

Posts   
 
    
Wizard001
User
Posts: 1
Joined: 14-Jun-2006
# Posted on: 14-Jun-2006 10:39:26   

I need to use SQL function in project. How can i do it without stored procedure?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 14-Jun-2006 14:36:15   

You should implement IExpression as in the following thread: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=3829

Or use the ready made DBFunctionCall class in v.2 (check out the beta version).