I need to use SQL function in project. How can i do it without stored procedure?
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).