Hi,
I am facing a problem with the generated code. I am using llbl 2.0.
My code was previously generated by another person. Now i am generating it.
After generating the code if i want to make any change in function defination of any generated fucntion, the system automatically adds ByVal to the parameter. Even if i do not want ByVal there.
like if we have updateMulti(a as entitiy) the system appends ByVal to the parameter as
UpdateMulti(ByVal a as entity)
how can i avoid it. If i see the previously generated code the code did not have ByVal in its argument.
Please help. Thanks for all your support!!