0

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?

Saif Khan
  • 18,402
  • 29
  • 102
  • 147

1 Answers1

0

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

Refer to doc

Saif Khan
  • 18,402
  • 29
  • 102
  • 147