Search code examples
vb.netvisual-studio-2010llblgenpro

llblgen pro - change stored procedure parameter name during code gen


I am using LLBLGEN Pro to generate a data layer...some of my stored procs have parameter name as "date"...so this is cauing a problem when I compile in VS2010...I have to go through the class and change the function parameters "date" to "[date]".

Is there a way to inject these changes in LLBLGEN Pro during code generation?


Solution

  • Found solution in the designer, edit stored procedure and change parameter name.

    Refer to doc