Thanks for your prompt help but I couldn't understand how it is related with my question.
SQL T-SQL function is not so important.
Let's say I have an function in the sql server that returns a table. Now I would like to have it available in the object oriented world that Llblgen supplies to me.
If it was a SP instead of a function, I would be using it with StoredProcedureCallerClasses.
It's unclear how to use it if it is a function. As you know, it should send a sql code like
"select myfield1,myfield2 from myfunction()"
In the example you sent, discussion was about StoredProcedures, the thing is I am trying to migrate an existing project to Llblgen and there are lots of functions already written. I can't convert them, I should be using them instead.
Thanks, Regards.
PS: I am using Llblgen Pro 2.0.0.0 Final (February 14th,2007) with self servicing behavior.